Html Css Color HEX #420870 Indigo

📋 copy color: '#420870'

red 66 ◦ green 8 ◦ blue 112

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

Shades of Indigo #420870

Tints of Indigo #420870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 35.48%
G = 4.3%
B = 60.22%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420870 (or 0x420870) is known color: Indigo. HEX triplet: 42, 08 and 70. RGB value is (66,8,112). Sum of RGB (Red+Green+Blue) = 66+8+112=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #420870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420870 is #BDF78F. Grayscale: #242424. Windows color (decimal): -12449680 or 7342146. OLE color: 7342146.

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

Color convert

RGB 66 8 112 -
CMYK 0.41 0.93 0 0.56
HSL 273.46º 0.87% 0.24% -
HSV(B) 273.46º 0.93% 0.44% -
XYZ 5.26 2.5 15.53 -
YUV 37.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 66 8 112 0.41 0.93 0 0.56 273.46 0.87 0.24
Hex 42 8 70 29 5D 0 38 111 57 18
Octal 102 10 160 51 135 0 70 421 127 30
Binary 1000010 1000 1110000 101001 1011101 0 111000 100010001 1010111 11000

Color Harmonies of #420870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420870

Black with #420870

Text Example


Text Example

White with #420870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420870; }

 p { color: rgb(66,8,112); }

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

background-color css

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

 a { background-color: rgb(66,8,112); }

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

border-color css

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

 span { border-color: rgb(66,8,112); }

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