#420462

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

Shades of Indigo #420462

Tints of Indigo #420462

Color information

#420462 (or 0x420462) is unknown color: approx Indigo. HEX triplet: 42, 04 and 62. RGB value is (66,4,98). Sum of RGB (Red+Green+Blue) = 66+4+98=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #420462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420462 is #BDFB9D. Grayscale: #202020. Windows color (decimal): -12450718 or 6423618. OLE color: 6423618.

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

Color convert

RGB66498-
CMYK0.330.9600.62
HSL279.57º92.16%20%-
HSV(B)279.57º95.92%38.43%-
XYZ4.492.1311.73-
YUV33.25164.54151.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 98 (38.67% from 255) = 58.33%
R=39.29%
G=2.38%
B=58.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal664980.330.9600.62279.5792.1620
Hex42462216003E1185c14
Octal10241424114007643013424
Binary1000010100110001010000111000000111110100011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420462; }

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

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

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

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

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

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

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

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