#3B0A9E

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

Shades of Persian Indigo #3B0A9E

Tints of Persian Indigo #3B0A9E

Color information

#3B0A9E (or 0x3B0A9E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0A and 9E. RGB value is (59,10,158). Sum of RGB (Red+Green+Blue) = 59+10+158=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B0A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0A9E is #C4F561. Grayscale: #282828. Windows color (decimal): -12907874 or 10357307. OLE color: 10357307.

HSL color Cylindrical-coordinate representation of color #3B0A9E: hue angle of 259.86º 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 #3B0A9E is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5910158-
CMYK0.630.9400.38
HSL259.86º88.1%32.94%-
HSV(B)259.86º93.67%61.96%-
XYZ8.083.6232.62-
YUV41.52193.73140.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=25.99%
G=4.41%
B=69.60%

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
Decimal59101580.630.9400.38259.8688.132.94
Hex3BA9E3F5E0261045821
Octal73122367713604640413041
Binary111011101010011110111111101111001001101000001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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