#3E086B

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

Shades of Indigo #3E086B

Tints of Indigo #3E086B

Color information

#3E086B (or 0x3E086B) is unknown color: approx Indigo. HEX triplet: 3E, 08 and 6B. RGB value is (62,8,107). Sum of RGB (Red+Green+Blue) = 62+8+107=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E086B is #C1F794. Grayscale: #232323. Windows color (decimal): -12711829 or 7014462. OLE color: 7014462.

HSL color Cylindrical-coordinate representation of color #3E086B: hue angle of 272.73º 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 #3E086B is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB628107-
CMYK0.420.9300.58
HSL272.73º86.09%22.55%-
HSV(B)272.73º92.52%41.96%-
XYZ4.732.2614.1-
YUV35.43168.39146.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.03%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 107 (42.19% from 255) = 60.45%
R=35.03%
G=4.52%
B=60.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6281070.420.9300.58272.7386.0922.55
Hex3E86B2A5D03A1115617
Octal76101535213507242112627
Binary1111101000110101110101010111010111010100010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E086B; }

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

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

<style>
 a { background-color: #3E086B; }

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

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

<style>
 span { border-color: #3E086B; }

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

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