#420463

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

Shades of Indigo #420463

Tints of Indigo #420463

Color information

#420463 (or 0x420463) is unknown color: approx Indigo. HEX triplet: 42, 04 and 63. RGB value is (66,4,99). Sum of RGB (Red+Green+Blue) = 66+4+99=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #420463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420463 is #BDFB9C. Grayscale: #212121. Windows color (decimal): -12450717 or 6489154. OLE color: 6489154.

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

Color convert

RGB66499-
CMYK0.330.9600.61
HSL279.16º92.23%20.2%-
HSV(B)279.16º95.96%38.82%-
XYZ4.542.1511.98-
YUV33.37165.04151.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 4 (1.95% from 255) = 2.37%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=39.05%
G=2.37%
B=58.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal664990.330.9600.61279.1692.2320.2
Hex42463216003D1175c14
Octal10241434114007542713424
Binary1000010100110001110000111000000111101100010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420463; }

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

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

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

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

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

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

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

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