Html Css Color HEX #420878 Indigo

📋 copy color: '#420878'

red 66 ◦ green 8 ◦ blue 120

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

Shades of Indigo #420878

Tints of Indigo #420878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.86%

R = 34.02%
G = 4.12%
B = 61.86%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420878 (or 0x420878) is known color: Indigo. HEX triplet: 42, 08 and 78. RGB value is (66,8,120). Sum of RGB (Red+Green+Blue) = 66+8+120=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #420878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420878 is #BDF787. Grayscale: #252525. Windows color (decimal): -12449672 or 7866434. OLE color: 7866434.

HSL color Cylindrical-coordinate representation of color #420878: hue angle of 271.07º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420878 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 8 120 -
CMYK 0.45 0.93 0 0.53
HSL 271.07º 0.88% 0.25% -
HSV(B) 271.07º 0.93% 0.47% -
XYZ 5.72 2.69 17.99 -
YUV 38.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 66 8 120 0.45 0.93 0 0.53 271.07 0.88 0.25
Hex 42 8 78 2D 5D 0 35 10F 58 19
Octal 102 10 170 55 135 0 65 417 130 31
Binary 1000010 1000 1111000 101101 1011101 0 110101 100001111 1011000 11001

Color Harmonies of #420878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420878

Black with #420878

Text Example


Text Example

White with #420878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420878; }

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

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

background-color css

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

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

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

border-color css

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

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

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