Html Css Color HEX #420776 Indigo

📋 copy color: '#420776'

red 66 ◦ green 7 ◦ blue 118

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

Shades of Indigo #420776

Tints of Indigo #420776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.66%

 BLUE value IS 118 (46.48% from 255) = 61.78%

R = 34.55%
G = 3.66%
B = 61.78%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#420776 (or 0x420776) is known color: Indigo. HEX triplet: 42, 07 and 76. RGB value is (66,7,118). Sum of RGB (Red+Green+Blue) = 66+7+118=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #420776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420776 is #BDF889. Grayscale: #242424. Windows color (decimal): -12449930 or 7735106. OLE color: 7735106.

HSL color Cylindrical-coordinate representation of color #420776: hue angle of 271.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420776 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 7 118 -
CMYK 0.44 0.94 0 0.54
HSL 271.89º 0.89% 0.25% -
HSV(B) 271.89º 0.94% 0.46% -
XYZ 5.59 2.62 17.35 -
YUV 37.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 66 7 118 0.44 0.94 0 0.54 271.89 0.89 0.25
Hex 42 7 76 2C 5E 0 36 110 59 19
Octal 102 7 166 54 136 0 66 420 131 31
Binary 1000010 111 1110110 101100 1011110 0 110110 100010000 1011001 11001

Color Harmonies of #420776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420776

Black with #420776

Text Example


Text Example

White with #420776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420776; }

 p { color: rgb(66,7,118); }

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

background-color css

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

 a { background-color: rgb(66,7,118); }

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

border-color css

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

 span { border-color: rgb(66,7,118); }

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