#3E0162

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

Shades of Indigo #3E0162

Tints of Indigo #3E0162

Color information

#3E0162 (or 0x3E0162) is unknown color: approx Indigo. HEX triplet: 3E, 01 and 62. RGB value is (62,1,98). Sum of RGB (Red+Green+Blue) = 62+1+98=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0162 is #C1FE9D. Grayscale: #1D1D1D. Windows color (decimal): -12713630 or 6422846. OLE color: 6422846.

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

Color convert

RGB62198-
CMYK0.370.9900.62
HSL277.73º97.98%19.41%-
HSV(B)277.73º98.98%38.43%-
XYZ4.21.9311.71-
YUV30.3166.21150.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=38.51%
G=0.62%
B=60.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal621980.370.9900.62277.7397.9819.41
Hex3E162256303E1166213
Octal7611424514307642614223
Binary1111101110001010010111000110111110100010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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