#3B0F95

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

Shades of Persian Indigo #3B0F95

Tints of Persian Indigo #3B0F95

Color information

#3B0F95 (or 0x3B0F95) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0F and 95. RGB value is (59,15,149). Sum of RGB (Red+Green+Blue) = 59+15+149=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B0F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0F95 is #C4F06A. Grayscale: #2A2A2A. Windows color (decimal): -12906603 or 9768763. OLE color: 9768763.

HSL color Cylindrical-coordinate representation of color #3B0F95: hue angle of 259.7º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0F95 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5915149-
CMYK0.600.9000.42
HSL259.7º81.71%32.16%-
HSV(B)259.7º89.93%58.43%-
XYZ7.43.4428.71-
YUV43.43187.58139.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.46%
GREEN value IS 15 (6.25% from 255) = 6.73%
BLUE value IS 149 (58.59% from 255) = 66.82%
R=26.46%
G=6.73%
B=66.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59151490.600.9000.42259.781.7132.16
Hex3BF953C5A02A1045220
Octal73172257413205240412240
Binary111011111110010101111100101101001010101000001001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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