Html Css Color HEX #3A0466 Persian Indigo

📋 copy color: '#3A0466'

red 58 ◦ green 4 ◦ blue 102

#3A0466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3A0466

Tints of Persian Indigo #3A0466

RGB

 RED value IS 58 (23.05% from 255) = 35.37%

 GREEN value IS 4 (1.95% from 255) = 2.44%

 BLUE value IS 102 (40.23% from 255) = 62.2%

R = 35.37%
G = 2.44%
B = 62.2%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3A0466 (or 0x3A0466) is known color: Persian Indigo. HEX triplet: 3A, 04 and 66. RGB value is (58,4,102). Sum of RGB (Red+Green+Blue) = 58+4+102=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A0466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0466 is #C5FB99. Grayscale: #1E1E1E. Windows color (decimal): -12975002 or 6685754. OLE color: 6685754.

HSL color Cylindrical-coordinate representation of color #3A0466: hue angle of 273.06º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A0466 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 58 4 102 -
CMYK 0.43 0.96 0 0.6
HSL 273.06º 0.92% 0.21% -
HSV(B) 273.06º 0.96% 0.4% -
XYZ 4.19 1.95 12.73 -
YUV 31.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 58 4 102 0.43 0.96 0 0.6 273.06 0.92 0.21
Hex 3A 4 66 2B 60 0 3C 111 5C 15
Octal 72 4 146 53 140 0 74 421 134 25
Binary 111010 100 1100110 101011 1100000 0 111100 100010001 1011100 10101

Color Harmonies of #3A0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0466

Black with #3A0466

Text Example


Text Example

White with #3A0466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0466; }

 p { color: rgb(58,4,102); }

 H1.HeaderClassName
 {
   color: #3A0466;
 }
 .AnyTagClassName
 {
   color: #3A0466;
 }
</style>

background-color css

<style>
 a { background-color: #3A0466; }

 a { background-color: rgb(58,4,102); }

 div.DivClassName
 {
   background-color: #3A0466;
 }
 .BgClassName
 {
   background-color: #3A0466;
 }
</style>

border-color css

<style>
 span { border-color: #3A0466; }

 span { border-color: rgb(58,4,102); }

 td.TdClassName
 {
   border-color: #3A0466;
 }
 .TagClassName
 {
   border-color: #3A0466;
 }
</style>