#42008c

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

Shades of Indigo #42008C

Tints of Indigo #42008C

Color information

#42008C (or 0x42008C) is unknown color: approx Indigo. HEX triplet: 42, 00 and 8C. RGB value is (66,0,140). Sum of RGB (Red+Green+Blue) = 66+0+140=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #42008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008C is #BDFF73. Grayscale: #232323. Windows color (decimal): -12451700 or 9175106. OLE color: 9175106.

HSL color Cylindrical-coordinate representation of color #42008C: hue angle of 268.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42008C is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB660140-
CMYK0.53100.45
HSL268.29º100%27.45%-
HSV(B)268.29º100%54.9%-
XYZ6.983.0525.03-
YUV35.69186.87149.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 67.96%
R=32.04%
G=0%
B=67.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6601400.53100.45268.2910027.45
Hex4208C356402D10c641b
Octal10202146514405541414433
Binary100001001000110011010111001000101101100001100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42008c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42008c; }

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

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

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

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

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

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

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

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