#3E025E

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

Shades of Indigo #3E025E

Tints of Indigo #3E025E

Color information

#3E025E (or 0x3E025E) is unknown color: approx Indigo. HEX triplet: 3E, 02 and 5E. RGB value is (62,2,94). Sum of RGB (Red+Green+Blue) = 62+2+94=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E025E is #C1FDA1. Grayscale: #1E1E1E. Windows color (decimal): -12713378 or 6160958. OLE color: 6160958.

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

Color convert

RGB62294-
CMYK0.340.9800.63
HSL279.13º95.83%18.82%-
HSV(B)279.13º97.87%36.86%-
XYZ4.031.8810.74-
YUV30.43163.88150.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.24%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 94 (37.11% from 255) = 59.49%
R=39.24%
G=1.27%
B=59.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal622940.340.9800.63279.1395.8318.82
Hex3E25E226203F1176013
Octal7621364214207742714023
Binary11111010101111010001011000100111111100010111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,94); }

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

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

 a { background-color: rgb(62,2,94); }

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

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

 span { border-color: rgb(62,2,94); }

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