#420773

Color #420773 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420773

Tints of Indigo #420773

Color information

#420773 (or 0x420773) is unknown color: approx Indigo. HEX triplet: 42, 07 and 73. RGB value is (66,7,115). Sum of RGB (Red+Green+Blue) = 66+7+115=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #420773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420773 is #BDF88C. Grayscale: #242424. Windows color (decimal): -12449933 or 7538498. OLE color: 7538498.

HSL color Cylindrical-coordinate representation of color #420773: hue angle of 272.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420773 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB667115-
CMYK0.430.9400.55
HSL272.78º88.52%23.92%-
HSV(B)272.78º93.91%45.1%-
XYZ5.422.5516.43-
YUV36.95172.05148.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=35.11%
G=3.72%
B=61.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6671150.430.9400.55272.7888.5223.92
Hex427732B5E0371115918
Octal10271635313606742113130
Binary1000010111111001110101110111100110111100010001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420773; }

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

 H1.HeaderClassName
 {
   color: #420773;
 }
 .AnyTagClassName
 {
   color: #420773;
 }
</style>
background-color css

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

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

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

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

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

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