#420295

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

Shades of Indigo #420295

Tints of Indigo #420295

Color information

#420295 (or 0x420295) is unknown color: approx Indigo. HEX triplet: 42, 02 and 95. RGB value is (66,2,149). Sum of RGB (Red+Green+Blue) = 66+2+149=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #420295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420295 is #BDFD6A. Grayscale: #252525. Windows color (decimal): -12451179 or 9765442. OLE color: 9765442.

HSL color Cylindrical-coordinate representation of color #420295: hue angle of 266.12º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420295 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB662149-
CMYK0.560.9900.42
HSL266.12º97.35%29.61%-
HSV(B)266.12º98.66%58.43%-
XYZ7.693.3728.68-
YUV37.89190.7148.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 149 (58.59% from 255) = 68.66%
R=30.41%
G=0.92%
B=68.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6621490.560.9900.42266.1297.3529.61
Hex42295386302A10a611e
Octal10222257014305241214136
Binary1000010101001010111100011000110101010100001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420295; }

 p { color: rgb(66,2,149); }

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

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

 a { background-color: rgb(66,2,149); }

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

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

 span { border-color: rgb(66,2,149); }

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