#3B158B

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

Shades of Persian Indigo #3B158B

Tints of Persian Indigo #3B158B

Color information

#3B158B (or 0x3B158B) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 8B. RGB value is (59,21,139). Sum of RGB (Red+Green+Blue) = 59+21+139=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B158B is #C4EA74. Grayscale: #2D2D2D. Windows color (decimal): -12905077 or 9114939. OLE color: 9114939.

HSL color Cylindrical-coordinate representation of color #3B158B: hue angle of 259.32º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B158B is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5921139-
CMYK0.580.8500.45
HSL259.32º73.75%31.37%-
HSV(B)259.32º84.89%54.51%-
XYZ6.733.3324.71-
YUV45.81180.59137.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 21 (8.59% from 255) = 9.59%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=26.94%
G=9.59%
B=63.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59211390.580.8500.45259.3273.7531.37
Hex3B158B3A5502D1034a1f
Octal73252137212505540311237
Binary111011101011000101111101010101010101101100000011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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