Html Css Color HEX #420477 Indigo

📋 copy color: '#420477'

red 66 ◦ green 4 ◦ blue 119

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

Shades of Indigo #420477

Tints of Indigo #420477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 119 (46.88% from 255) = 62.96%

R = 34.92%
G = 2.12%
B = 62.96%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420477 (or 0x420477) is known color: Indigo. HEX triplet: 42, 04 and 77. RGB value is (66,4,119). Sum of RGB (Red+Green+Blue) = 66+4+119=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #420477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420477 is #BDFB88. Grayscale: #232323. Windows color (decimal): -12450697 or 7799874. OLE color: 7799874.

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

Color convert

RGB 66 4 119 -
CMYK 0.45 0.97 0 0.53
HSL 272.35º 0.93% 0.24% -
HSV(B) 272.35º 0.97% 0.47% -
XYZ 5.62 2.58 17.65 -
YUV 35.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 66 4 119 0.45 0.97 0 0.53 272.35 0.93 0.24
Hex 42 4 77 2D 61 0 35 110 5D 18
Octal 102 4 167 55 141 0 65 420 135 30
Binary 1000010 100 1110111 101101 1100001 0 110101 100010000 1011101 11000

Color Harmonies of #420477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420477

Black with #420477

Text Example


Text Example

White with #420477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420477; }

 p { color: rgb(66,4,119); }

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

background-color css

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

 a { background-color: rgb(66,4,119); }

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

border-color css

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

 span { border-color: rgb(66,4,119); }

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