#3B0B95

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

Shades of Persian Indigo #3B0B95

Tints of Persian Indigo #3B0B95

Color information

#3B0B95 (or 0x3B0B95) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0B and 95. RGB value is (59,11,149). Sum of RGB (Red+Green+Blue) = 59+11+149=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B0B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0B95 is #C4F46A. Grayscale: #282828. Windows color (decimal): -12907627 or 9767739. OLE color: 9767739.

HSL color Cylindrical-coordinate representation of color #3B0B95: hue angle of 260.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0B95 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5911149-
CMYK0.600.9300.42
HSL260.87º86.25%31.37%-
HSV(B)260.87º92.62%58.43%-
XYZ7.353.3428.69-
YUV41.08188.9140.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.94%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 149 (58.59% from 255) = 68.04%
R=26.94%
G=5.02%
B=68.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59111490.600.9300.42260.8786.2531.37
Hex3BB953C5D02A105561f
Octal73132257413505240512637
Binary11101110111001010111110010111010101010100000101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,11,149); }

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

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

 a { background-color: rgb(59,11,149); }

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

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

 span { border-color: rgb(59,11,149); }

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