#3E015F

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

Shades of Indigo #3E015F

Tints of Indigo #3E015F

Color information

#3E015F (or 0x3E015F) is unknown color: approx Indigo. HEX triplet: 3E, 01 and 5F. RGB value is (62,1,95). Sum of RGB (Red+Green+Blue) = 62+1+95=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E015F is #C1FEA0. Grayscale: #1D1D1D. Windows color (decimal): -12713633 or 6226238. OLE color: 6226238.

HSL color Cylindrical-coordinate representation of color #3E015F: hue angle of 278.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E015F is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB62195-
CMYK0.350.9900.63
HSL278.94º97.92%18.82%-
HSV(B)278.94º98.95%37.25%-
XYZ4.061.8710.97-
YUV29.96164.71150.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.24%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 95 (37.5% from 255) = 60.13%
R=39.24%
G=0.63%
B=60.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal621950.350.9900.63278.9497.9218.82
Hex3E15F236303F1176213
Octal7611374314307742714223
Binary1111101101111110001111000110111111100010111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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