#3E189B

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

Shades of Persian Indigo #3E189B

Tints of Persian Indigo #3E189B

Color information

#3E189B (or 0x3E189B) is unknown color: approx Persian Indigo. HEX triplet: 3E, 18 and 9B. RGB value is (62,24,155). Sum of RGB (Red+Green+Blue) = 62+24+155=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E189B is #C1E764. Grayscale: #313131. Windows color (decimal): -12707685 or 10164286. OLE color: 10164286.

HSL color Cylindrical-coordinate representation of color #3E189B: hue angle of 257.4º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E189B is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6224155-
CMYK0.60.8500.39
HSL257.4º73.18%35.1%-
HSV(B)257.4º84.52%60.78%-
XYZ8.234.0431.36-
YUV50.3187.09136.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 155 (60.94% from 255) = 64.32%
R=25.73%
G=9.96%
B=64.32%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal62241550.60.8500.39257.473.1835.1
Hex3E189B3C550271014923
Octal76302337412504740111143
Binary1111101100010011011111100101010101001111000000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E189B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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