Html Css Color HEX #420C71 Indigo

📋 copy color: '#420C71'

red 66 ◦ green 12 ◦ blue 113

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

Shades of Indigo #420C71

Tints of Indigo #420C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.28%

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

R = 34.55%
G = 6.28%
B = 59.16%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420C71 (or 0x420C71) is known color: Indigo. HEX triplet: 42, 0C and 71. RGB value is (66,12,113). Sum of RGB (Red+Green+Blue) = 66+12+113=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #420C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C71 is #BDF38E. Grayscale: #272727. Windows color (decimal): -12448655 or 7408706. OLE color: 7408706.

HSL color Cylindrical-coordinate representation of color #420C71: hue angle of 272.08º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420C71 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 12 113 -
CMYK 0.42 0.89 0 0.56
HSL 272.08º 0.81% 0.25% -
HSV(B) 272.08º 0.89% 0.44% -
XYZ 5.36 2.61 15.84 -
YUV 39.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 66 12 113 0.42 0.89 0 0.56 272.08 0.81 0.25
Hex 42 C 71 2A 59 0 38 110 51 19
Octal 102 14 161 52 131 0 70 420 121 31
Binary 1000010 1100 1110001 101010 1011001 0 111000 100010000 1010001 11001

Color Harmonies of #420C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C71

Black with #420C71

Text Example


Text Example

White with #420C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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