#42028F

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

Shades of Indigo #42028F

Tints of Indigo #42028F

Color information

#42028F (or 0x42028F) is unknown color: approx Indigo. HEX triplet: 42, 02 and 8F. RGB value is (66,2,143). Sum of RGB (Red+Green+Blue) = 66+2+143=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #42028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42028F is #BDFD70. Grayscale: #242424. Windows color (decimal): -12451185 or 9372226. OLE color: 9372226.

HSL color Cylindrical-coordinate representation of color #42028F: hue angle of 267.23º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42028F is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB662143-
CMYK0.540.9900.44
HSL267.23º97.24%28.43%-
HSV(B)267.23º98.6%56.08%-
XYZ7.233.1826.22-
YUV37.21187.7148.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 143 (56.25% from 255) = 67.77%
R=31.28%
G=0.95%
B=67.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6621430.540.9900.44267.2397.2428.43
Hex4228F366302C10b611c
Octal10222176614305441314134
Binary1000010101000111111011011000110101100100001011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42028F; }

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

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

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

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

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

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

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

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