#3B1E87

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

Shades of Persian Indigo #3B1E87

Tints of Persian Indigo #3B1E87

Color information

#3B1E87 (or 0x3B1E87) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1E and 87. RGB value is (59,30,135). Sum of RGB (Red+Green+Blue) = 59+30+135=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B1E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1E87 is #C4E178. Grayscale: #323232. Windows color (decimal): -12902777 or 8855099. OLE color: 8855099.

HSL color Cylindrical-coordinate representation of color #3B1E87: hue angle of 256.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1E87 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5930135-
CMYK0.560.7800.47
HSL256.57º63.64%32.35%-
HSV(B)256.57º77.78%52.94%-
XYZ6.643.6123.27-
YUV50.64175.61133.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=26.34%
G=13.39%
B=60.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59301350.560.7800.47256.5763.6432.35
Hex3B1E87384E02F1014020
Octal73362077011605740110040
Binary1110111111010000111111000100111001011111000000011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,135); }

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

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

 a { background-color: rgb(59,30,135); }

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

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

 span { border-color: rgb(59,30,135); }

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