#420199

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

Shades of Indigo #420199

Tints of Indigo #420199

Color information

#420199 (or 0x420199) is unknown color: approx Indigo. HEX triplet: 42, 01 and 99. RGB value is (66,1,153). Sum of RGB (Red+Green+Blue) = 66+1+153=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #420199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420199 is #BDFE66. Grayscale: #252525. Windows color (decimal): -12451431 or 10027330. OLE color: 10027330.

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

Color convert

RGB661153-
CMYK0.570.9900.4
HSL265.66º98.7%30.2%-
HSV(B)265.66º99.35%60%-
XYZ8.013.4830.39-
YUV37.76193.03148.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 153 (60.16% from 255) = 69.55%
R=30%
G=0.45%
B=69.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6611530.570.9900.4265.6698.730.2
Hex42199396302810a631e
Octal10212317114305041214336
Binary100001011001100111100111000110101000100001010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420199; }

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

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

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

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

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

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

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

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