Html Css Color HEX #420178 Indigo

📋 copy color: '#420178'

red 66 ◦ green 1 ◦ blue 120

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

Shades of Indigo #420178

Tints of Indigo #420178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 35.29%
G = 0.53%
B = 64.17%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420178 (or 0x420178) is known color: Indigo. HEX triplet: 42, 01 and 78. RGB value is (66,1,120). Sum of RGB (Red+Green+Blue) = 66+1+120=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #420178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420178 is #BDFE87. Grayscale: #212121. Windows color (decimal): -12451464 or 7864642. OLE color: 7864642.

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

Color convert

RGB 66 1 120 -
CMYK 0.45 0.99 0 0.53
HSL 272.77º 0.98% 0.24% -
HSV(B) 272.77º 0.99% 0.47% -
XYZ 5.65 2.54 17.96 -
YUV 34 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 66 1 120 0.45 0.99 0 0.53 272.77 0.98 0.24
Hex 42 1 78 2D 63 0 35 111 62 18
Octal 102 1 170 55 143 0 65 421 142 30
Binary 1000010 1 1111000 101101 1100011 0 110101 100010001 1100010 11000

Color Harmonies of #420178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420178

Black with #420178

Text Example


Text Example

White with #420178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420178; }

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

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

background-color css

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

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

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

border-color css

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

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

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