#42028A

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

Shades of Indigo #42028A

Tints of Indigo #42028A

Color information

#42028A (or 0x42028A) is unknown color: approx Indigo. HEX triplet: 42, 02 and 8A. RGB value is (66,2,138). Sum of RGB (Red+Green+Blue) = 66+2+138=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #42028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42028A is #BDFD75. Grayscale: #242424. Windows color (decimal): -12451190 or 9044546. OLE color: 9044546.

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

Color convert

RGB662138-
CMYK0.520.9900.46
HSL268.24º97.14%27.45%-
HSV(B)268.24º98.55%54.12%-
XYZ6.863.0424.27-
YUV36.64185.2148.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 138 (54.30% from 255) = 66.99%
R=32.04%
G=0.97%
B=66.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6621380.520.9900.46268.2497.1427.45
Hex4228A346302E10c611b
Octal10222126414305641414133
Binary1000010101000101011010011000110101110100001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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