#3E157C

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

Shades of Persian Indigo #3E157C

Tints of Persian Indigo #3E157C

Color information

#3E157C (or 0x3E157C) is unknown color: approx Persian Indigo. HEX triplet: 3E, 15 and 7C. RGB value is (62,21,124). Sum of RGB (Red+Green+Blue) = 62+21+124=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E157C is #C1EA83. Grayscale: #2C2C2C. Windows color (decimal): -12708484 or 8131902. OLE color: 8131902.

HSL color Cylindrical-coordinate representation of color #3E157C: hue angle of 263.88º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E157C is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6221124-
CMYK0.50.8300.51
HSL263.88º71.03%28.43%-
HSV(B)263.88º83.06%48.63%-
XYZ5.893.0219.34-
YUV45172.58140.12-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 124 (48.83% from 255) = 59.90%
R=29.95%
G=10.14%
B=59.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62211240.50.8300.51263.8871.0328.43
Hex3E157C3253033108471c
Octal76251746212306341010734
Binary11111010101111110011001010100110110011100001000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,21,124); }

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

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

 a { background-color: rgb(62,21,124); }

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

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

 span { border-color: rgb(62,21,124); }

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