#42008B

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

Shades of Indigo #42008B

Tints of Indigo #42008B

Color information

#42008B (or 0x42008B) is unknown color: approx Indigo. HEX triplet: 42, 00 and 8B. RGB value is (66,0,139). Sum of RGB (Red+Green+Blue) = 66+0+139=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #42008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008B is #BDFF74. Grayscale: #232323. Windows color (decimal): -12451701 or 9109570. OLE color: 9109570.

HSL color Cylindrical-coordinate representation of color #42008B: hue angle of 268.49º 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 #42008B is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB660139-
CMYK0.53100.45
HSL268.49º100%27.25%-
HSV(B)268.49º100%54.51%-
XYZ6.913.0224.65-
YUV35.58186.37149.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 67.80%
R=32.20%
G=0%
B=67.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6601390.53100.45268.4910027.25
Hex4208B356402D10c641b
Octal10202136514405541414433
Binary100001001000101111010111001000101101100001100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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