Html Css Color HEX #420D71 Indigo

📋 copy color: '#420D71'

red 66 ◦ green 13 ◦ blue 113

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

Shades of Indigo #420D71

Tints of Indigo #420D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.77%

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

R = 34.38%
G = 6.77%
B = 58.85%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420D71 (or 0x420D71) is known color: Indigo. HEX triplet: 42, 0D and 71. RGB value is (66,13,113). Sum of RGB (Red+Green+Blue) = 66+13+113=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #420D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D71 is #BDF28E. Grayscale: #272727. Windows color (decimal): -12448399 or 7408962. OLE color: 7408962.

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

Color convert

RGB 66 13 113 -
CMYK 0.42 0.88 0 0.56
HSL 271.8º 0.79% 0.25% -
HSV(B) 271.8º 0.88% 0.44% -
XYZ 5.37 2.64 15.85 -
YUV 40.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 66 13 113 0.42 0.88 0 0.56 271.8 0.79 0.25
Hex 42 D 71 2A 58 0 38 110 4F 19
Octal 102 15 161 52 130 0 70 420 117 31
Binary 1000010 1101 1110001 101010 1011000 0 111000 100010000 1001111 11001

Color Harmonies of #420D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420D71

Black with #420D71

Text Example


Text Example

White with #420D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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