Html Css Color HEX #420278 Indigo

📋 copy color: '#420278'

red 66 ◦ green 2 ◦ blue 120

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

Shades of Indigo #420278

Tints of Indigo #420278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

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

R = 35.11%
G = 1.06%
B = 63.83%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420278 (or 0x420278) is known color: Indigo. HEX triplet: 42, 02 and 78. RGB value is (66,2,120). Sum of RGB (Red+Green+Blue) = 66+2+120=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #420278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420278 is #BDFD87. Grayscale: #222222. Windows color (decimal): -12451208 or 7864898. OLE color: 7864898.

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

Color convert

RGB 66 2 120 -
CMYK 0.45 0.98 0 0.53
HSL 272.54º 0.97% 0.24% -
HSV(B) 272.54º 0.98% 0.47% -
XYZ 5.66 2.56 17.96 -
YUV 34.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 66 2 120 0.45 0.98 0 0.53 272.54 0.97 0.24
Hex 42 2 78 2D 62 0 35 111 61 18
Octal 102 2 170 55 142 0 65 421 141 30
Binary 1000010 10 1111000 101101 1100010 0 110101 100010001 1100001 11000

Color Harmonies of #420278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420278

Black with #420278

Text Example


Text Example

White with #420278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420278; }

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

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

background-color css

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

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

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

border-color css

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

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

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