#3E1289

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

Shades of Persian Indigo #3E1289

Tints of Persian Indigo #3E1289

Color information

#3E1289 (or 0x3E1289) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 89. RGB value is (62,18,137). Sum of RGB (Red+Green+Blue) = 62+18+137=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E1289 is #C1ED76. Grayscale: #2C2C2C. Windows color (decimal): -12709239 or 8983102. OLE color: 8983102.

HSL color Cylindrical-coordinate representation of color #3E1289: hue angle of 262.18º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1289 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6218137-
CMYK0.550.8700.46
HSL262.18º76.77%30.39%-
HSV(B)262.18º86.86%53.73%-
XYZ6.723.2623.94-
YUV44.72180.08140.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 137 (53.91% from 255) = 63.13%
R=28.57%
G=8.29%
B=63.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62181370.550.8700.46262.1876.7730.39
Hex3E1289375702E1064d1e
Octal76222116712705640611536
Binary111110100101000100111011110101110101110100000110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,137); }

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

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

 a { background-color: rgb(62,18,137); }

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

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

 span { border-color: rgb(62,18,137); }

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