#420063

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

Shades of Indigo #420063

Tints of Indigo #420063

Color information

#420063 (or 0x420063) is unknown color: approx Indigo. HEX triplet: 42, 00 and 63. RGB value is (66,0,99). Sum of RGB (Red+Green+Blue) = 66+0+99=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 99 (39.06% from 255 or 60% from 165); Max value from RGB is 99 - color contains mainly: blue. Hex color #420063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420063 is #BDFF9C. Grayscale: #1E1E1E. Windows color (decimal): -12451741 or 6488130. OLE color: 6488130.

HSL color Cylindrical-coordinate representation of color #420063: hue angle of 280º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420063 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB66099-
CMYK0.33100.61
HSL280º100%19.41%-
HSV(B)280º100%38.82%-
XYZ4.52.0611.96-
YUV31.02166.37152.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal660990.33100.6128010019.41
Hex42063216403D1186413
Octal10201434114407543014423
Binary10000100110001110000111001000111101100011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420063; }

 p { color: rgb(66,0,99); }

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

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

 a { background-color: rgb(66,0,99); }

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

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

 span { border-color: rgb(66,0,99); }

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