Html Css Color HEX #420471 Indigo

📋 copy color: '#420471'

red 66 ◦ green 4 ◦ blue 113

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

Shades of Indigo #420471

Tints of Indigo #420471

RGB

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

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

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

R = 36.07%
G = 2.19%
B = 61.75%

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

#420471 (or 0x420471) is known color: Indigo. HEX triplet: 42, 04 and 71. RGB value is (66,4,113). Sum of RGB (Red+Green+Blue) = 66+4+113=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #420471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420471 is #BDFB8E. Grayscale: #222222. Windows color (decimal): -12450703 or 7406658. OLE color: 7406658.

HSL color Cylindrical-coordinate representation of color #420471: hue angle of 274.13º degrees, saturation: 0.93, 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 #420471 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 4 113 -
CMYK 0.42 0.96 0 0.56
HSL 274.13º 0.93% 0.23% -
HSV(B) 274.13º 0.96% 0.44% -
XYZ 5.27 2.44 15.82 -
YUV 34.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 66 4 113 0.42 0.96 0 0.56 274.13 0.93 0.23
Hex 42 4 71 2A 60 0 38 112 5D 17
Octal 102 4 161 52 140 0 70 422 135 27
Binary 1000010 100 1110001 101010 1100000 0 111000 100010010 1011101 10111

Color Harmonies of #420471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420471

Black with #420471

Text Example


Text Example

White with #420471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420471; }

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

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

background-color css

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

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

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

border-color css

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

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

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