Html Css Color HEX #420771 Indigo

📋 copy color: '#420771'

red 66 ◦ green 7 ◦ blue 113

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

Shades of Indigo #420771

Tints of Indigo #420771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

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

R = 35.48%
G = 3.76%
B = 60.75%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420771 (or 0x420771) is known color: Indigo. HEX triplet: 42, 07 and 71. RGB value is (66,7,113). Sum of RGB (Red+Green+Blue) = 66+7+113=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #420771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420771 is #BDF88E. Grayscale: #242424. Windows color (decimal): -12449935 or 7407426. OLE color: 7407426.

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

Color convert

RGB 66 7 113 -
CMYK 0.42 0.94 0 0.56
HSL 273.4º 0.88% 0.24% -
HSV(B) 273.4º 0.94% 0.44% -
XYZ 5.3 2.5 15.83 -
YUV 36.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 66 7 113 0.42 0.94 0 0.56 273.4 0.88 0.24
Hex 42 7 71 2A 5E 0 38 111 58 18
Octal 102 7 161 52 136 0 70 421 130 30
Binary 1000010 111 1110001 101010 1011110 0 111000 100010001 1011000 11000

Color Harmonies of #420771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420771

Black with #420771

Text Example


Text Example

White with #420771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420771; }

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

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

background-color css

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

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

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

border-color css

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

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

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