Html Css Color HEX #420977 Indigo

📋 copy color: '#420977'

red 66 ◦ green 9 ◦ blue 119

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

Shades of Indigo #420977

Tints of Indigo #420977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 34.02%
G = 4.64%
B = 61.34%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420977 (or 0x420977) is known color: Indigo. HEX triplet: 42, 09 and 77. RGB value is (66,9,119). Sum of RGB (Red+Green+Blue) = 66+9+119=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #420977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420977 is #BDF688. Grayscale: #262626. Windows color (decimal): -12449417 or 7801154. OLE color: 7801154.

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

Color convert

RGB 66 9 119 -
CMYK 0.45 0.92 0 0.53
HSL 271.09º 0.86% 0.25% -
HSV(B) 271.09º 0.92% 0.47% -
XYZ 5.67 2.69 17.67 -
YUV 38.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 66 9 119 0.45 0.92 0 0.53 271.09 0.86 0.25
Hex 42 9 77 2D 5C 0 35 10F 56 19
Octal 102 11 167 55 134 0 65 417 126 31
Binary 1000010 1001 1110111 101101 1011100 0 110101 100001111 1010110 11001

Color Harmonies of #420977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420977

Black with #420977

Text Example


Text Example

White with #420977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420977; }

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

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

background-color css

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

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

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

border-color css

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

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

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