#3E058E

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

Shades of Indigo #3E058E

Tints of Indigo #3E058E

Color information

#3E058E (or 0x3E058E) is unknown color: approx Indigo. HEX triplet: 3E, 05 and 8E. RGB value is (62,5,142). Sum of RGB (Red+Green+Blue) = 62+5+142=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E058E is #C1FA71. Grayscale: #252525. Windows color (decimal): -12712562 or 9307454. OLE color: 9307454.

HSL color Cylindrical-coordinate representation of color #3E058E: hue angle of 264.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E058E is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB625142-
CMYK0.560.9600.44
HSL264.96º93.2%28.82%-
HSV(B)264.96º96.48%55.69%-
XYZ6.923.0925.82-
YUV37.66186.88145.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.67%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 142 (55.86% from 255) = 67.94%
R=29.67%
G=2.39%
B=67.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6251420.560.9600.44264.9693.228.82
Hex3E58E386002C1095d1d
Octal7652167014005441113535
Binary1111101011000111011100011000000101100100001001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,142); }

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

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

 a { background-color: rgb(62,5,142); }

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

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

 span { border-color: rgb(62,5,142); }

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