Html Css Color HEX #420879 Indigo

📋 copy color: '#420879'

red 66 ◦ green 8 ◦ blue 121

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

Shades of Indigo #420879

Tints of Indigo #420879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 62.05%

R = 33.85%
G = 4.1%
B = 62.05%

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

#420879 (or 0x420879) is known color: Indigo. HEX triplet: 42, 08 and 79. RGB value is (66,8,121). Sum of RGB (Red+Green+Blue) = 66+8+121=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #420879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420879 is #BDF786. Grayscale: #252525. Windows color (decimal): -12449671 or 7931970. OLE color: 7931970.

HSL color Cylindrical-coordinate representation of color #420879: hue angle of 270.8º 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 #420879 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 8 121 -
CMYK 0.45 0.93 0 0.53
HSL 270.8º 0.88% 0.25% -
HSV(B) 270.8º 0.93% 0.47% -
XYZ 5.78 2.71 18.31 -
YUV 38.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 66 8 121 0.45 0.93 0 0.53 270.8 0.88 0.25
Hex 42 8 79 2D 5D 0 35 10F 58 19
Octal 102 10 171 55 135 0 65 417 130 31
Binary 1000010 1000 1111001 101101 1011101 0 110101 100001111 1011000 11001

Color Harmonies of #420879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420879

Black with #420879

Text Example


Text Example

White with #420879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420879; }

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

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

background-color css

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

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

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

border-color css

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

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

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