Html Css Color HEX #420571 Indigo

📋 copy color: '#420571'

red 66 ◦ green 5 ◦ blue 113

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

Shades of Indigo #420571

Tints of Indigo #420571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 61.41%

R = 35.87%
G = 2.72%
B = 61.41%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420571 (or 0x420571) is known color: Indigo. HEX triplet: 42, 05 and 71. RGB value is (66,5,113). Sum of RGB (Red+Green+Blue) = 66+5+113=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #420571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420571 is #BDFA8E. Grayscale: #232323. Windows color (decimal): -12450447 or 7406914. OLE color: 7406914.

HSL color Cylindrical-coordinate representation of color #420571: hue angle of 273.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420571 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 5 113 -
CMYK 0.42 0.96 0 0.56
HSL 273.89º 0.92% 0.23% -
HSV(B) 273.89º 0.96% 0.44% -
XYZ 5.28 2.46 15.82 -
YUV 35.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 66 5 113 0.42 0.96 0 0.56 273.89 0.92 0.23
Hex 42 5 71 2A 60 0 38 112 5C 17
Octal 102 5 161 52 140 0 70 422 134 27
Binary 1000010 101 1110001 101010 1100000 0 111000 100010010 1011100 10111

Color Harmonies of #420571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420571

Black with #420571

Text Example


Text Example

White with #420571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420571; }

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

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

background-color css

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

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

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

border-color css

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

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

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