Html Css Color HEX #420071 Indigo

📋 copy color: '#420071'

red 66 ◦ green 0 ◦ blue 113

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

Shades of Indigo #420071

Tints of Indigo #420071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.87%
G = 0%
B = 63.13%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420071 (or 0x420071) is known color: Indigo. HEX triplet: 42, 00 and 71. RGB value is (66,0,113). Sum of RGB (Red+Green+Blue) = 66+0+113=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #420071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420071 is #BDFF8E. Grayscale: #202020. Windows color (decimal): -12451727 or 7405634. OLE color: 7405634.

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

Color convert

RGB 66 0 113 -
CMYK 0.42 1 0 0.56
HSL 275.04º 1% 0.22% -
HSV(B) 275.04º 1% 0.44% -
XYZ 5.23 2.35 15.8 -
YUV 32.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 66 0 113 0.42 1 0 0.56 275.04 1 0.22
Hex 42 0 71 2A 64 0 38 113 64 16
Octal 102 0 161 52 144 0 70 423 144 26
Binary 1000010 0 1110001 101010 1100100 0 111000 100010011 1100100 10110

Color Harmonies of #420071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420071

Black with #420071

Text Example


Text Example

White with #420071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420071; }

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

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

background-color css

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

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

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

border-color css

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

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

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