#42086B

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

Shades of Indigo #42086B

Tints of Indigo #42086B

Color information

#42086B (or 0x42086B) is unknown color: approx Indigo. HEX triplet: 42, 08 and 6B. RGB value is (66,8,107). Sum of RGB (Red+Green+Blue) = 66+8+107=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #42086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42086B is #BDF794. Grayscale: #242424. Windows color (decimal): -12449685 or 7014466. OLE color: 7014466.

HSL color Cylindrical-coordinate representation of color #42086B: hue angle of 275.15º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42086B is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB668107-
CMYK0.380.9300.58
HSL275.15º86.09%22.55%-
HSV(B)275.15º92.52%41.96%-
XYZ4.992.3914.11-
YUV36.63167.72148.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 8 (3.52% from 255) = 4.42%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=36.46%
G=4.42%
B=59.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6681070.380.9300.58275.1586.0922.55
Hex4286B265D03A1135617
Octal102101534613507242312627
Binary10000101000110101110011010111010111010100010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,8,107); }

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

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

 a { background-color: rgb(66,8,107); }

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

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

 span { border-color: rgb(66,8,107); }

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