#3E0186

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

Shades of Indigo #3E0186

Tints of Indigo #3E0186

Color information

#3E0186 (or 0x3E0186) is unknown color: approx Indigo. HEX triplet: 3E, 01 and 86. RGB value is (62,1,134). Sum of RGB (Red+Green+Blue) = 62+1+134=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #3E0186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0186 is #C1FE79. Grayscale: #212121. Windows color (decimal): -12713594 or 8782142. OLE color: 8782142.

HSL color Cylindrical-coordinate representation of color #3E0186: hue angle of 267.52º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0186 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB621134-
CMYK0.540.9900.47
HSL267.52º98.52%26.47%-
HSV(B)267.52º99.25%52.55%-
XYZ6.32.7722.76-
YUV34.4184.21147.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.47%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 134 (52.73% from 255) = 68.02%
R=31.47%
G=0.51%
B=68.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6211340.540.9900.47267.5298.5226.47
Hex3E186366302F10c631a
Octal7612066614305741414332
Binary11111011000011011011011000110101111100001100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,134); }

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

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

 a { background-color: rgb(62,1,134); }

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

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

 span { border-color: rgb(62,1,134); }

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