#3B0A9F

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

Shades of Persian Indigo #3B0A9F

Tints of Persian Indigo #3B0A9F

Color information

#3B0A9F (or 0x3B0A9F) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0A and 9F. RGB value is (59,10,159). Sum of RGB (Red+Green+Blue) = 59+10+159=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B0A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0A9F is #C4F560. Grayscale: #292929. Windows color (decimal): -12907873 or 10422843. OLE color: 10422843.

HSL color Cylindrical-coordinate representation of color #3B0A9F: hue angle of 259.73º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0A9F is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5910159-
CMYK0.630.9400.38
HSL259.73º88.17%33.14%-
HSV(B)259.73º93.71%62.35%-
XYZ8.173.6533.07-
YUV41.64194.23140.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.88%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 159 (62.5% from 255) = 69.74%
R=25.88%
G=4.39%
B=69.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59101590.630.9400.38259.7388.1733.14
Hex3BA9F3F5E0261045821
Octal73122377713604640413041
Binary111011101010011111111111101111001001101000001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,10,159); }

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

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

 a { background-color: rgb(59,10,159); }

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

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

 span { border-color: rgb(59,10,159); }

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