#3E189E

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

Shades of Persian Indigo #3E189E

Tints of Persian Indigo #3E189E

Color information

#3E189E (or 0x3E189E) is unknown color: approx Persian Indigo. HEX triplet: 3E, 18 and 9E. RGB value is (62,24,158). Sum of RGB (Red+Green+Blue) = 62+24+158=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E189E is #C1E761. Grayscale: #323232. Windows color (decimal): -12707682 or 10360894. OLE color: 10360894.

HSL color Cylindrical-coordinate representation of color #3E189E: hue angle of 257.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E189E is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6224158-
CMYK0.610.8500.38
HSL257.01º73.63%35.69%-
HSV(B)257.01º84.81%61.96%-
XYZ8.484.1532.7-
YUV50.64188.59136.1-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.41%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=25.41%
G=9.84%
B=64.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62241580.610.8500.38257.0173.6335.69
Hex3E189E3D550261014a24
Octal76302367512504640111244
Binary1111101100010011110111101101010101001101000000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,24,158); }

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

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

 a { background-color: rgb(62,24,158); }

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

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

 span { border-color: rgb(62,24,158); }

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