#420099

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

Shades of Indigo #420099

Tints of Indigo #420099

Color information

#420099 (or 0x420099) is unknown color: approx Indigo. HEX triplet: 42, 00 and 99. RGB value is (66,0,153). Sum of RGB (Red+Green+Blue) = 66+0+153=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #420099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420099 is #BDFF66. Grayscale: #242424. Windows color (decimal): -12451687 or 10027074. OLE color: 10027074.

HSL color Cylindrical-coordinate representation of color #420099: hue angle of 265.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420099 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB660153-
CMYK0.57100.4
HSL265.88º100%30%-
HSV(B)265.88º100%60%-
XYZ83.4630.38-
YUV37.18193.37148.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 69.86%
R=30.14%
G=0%
B=69.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6601530.57100.4265.8810030
Hex42099396402810a641e
Octal10202317114405041214436
Binary100001001001100111100111001000101000100001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420099; }

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

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

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

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

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

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

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

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