#3B157C

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

Shades of Persian Indigo #3B157C

Tints of Persian Indigo #3B157C

Color information

#3B157C (or 0x3B157C) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 7C. RGB value is (59,21,124). Sum of RGB (Red+Green+Blue) = 59+21+124=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B157C is #C4EA83. Grayscale: #2B2B2B. Windows color (decimal): -12905092 or 8131899. OLE color: 8131899.

HSL color Cylindrical-coordinate representation of color #3B157C: hue angle of 262.14º 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 #3B157C is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5921124-
CMYK0.520.8300.51
HSL262.14º71.03%28.43%-
HSV(B)262.14º83.06%48.63%-
XYZ5.712.9219.33-
YUV44.1173.09138.62-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 124 (48.83% from 255) = 60.78%
R=28.92%
G=10.29%
B=60.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59211240.520.8300.51262.1471.0328.43
Hex3B157C3453033106471c
Octal73251746412306340610734
Binary11101110101111110011010010100110110011100000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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