Html Css Color HEX #420579 Indigo

📋 copy color: '#420579'

red 66 ◦ green 5 ◦ blue 121

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

Shades of Indigo #420579

Tints of Indigo #420579

RGB

 RED value IS 66 (26.17% from 255) = 34.38%

 GREEN value IS 5 (2.34% from 255) = 2.6%

 BLUE value IS 121 (47.66% from 255) = 63.02%

R = 34.38%
G = 2.6%
B = 63.02%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420579 (or 0x420579) is known color: Indigo. HEX triplet: 42, 05 and 79. RGB value is (66,5,121). Sum of RGB (Red+Green+Blue) = 66+5+121=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #420579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420579 is #BDFA86. Grayscale: #242424. Windows color (decimal): -12450439 or 7931202. OLE color: 7931202.

HSL color Cylindrical-coordinate representation of color #420579: hue angle of 271.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420579 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 5 121 -
CMYK 0.45 0.96 0 0.53
HSL 271.55º 0.92% 0.25% -
HSV(B) 271.55º 0.96% 0.47% -
XYZ 5.75 2.65 18.3 -
YUV 36.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 66 5 121 0.45 0.96 0 0.53 271.55 0.92 0.25
Hex 42 5 79 2D 60 0 35 110 5C 19
Octal 102 5 171 55 140 0 65 420 134 31
Binary 1000010 101 1111001 101101 1100000 0 110101 100010000 1011100 11001

Color Harmonies of #420579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420579

Black with #420579

Text Example


Text Example

White with #420579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420579; }

 p { color: rgb(66,5,121); }

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

background-color css

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

 a { background-color: rgb(66,5,121); }

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

border-color css

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

 span { border-color: rgb(66,5,121); }

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