#3B0AA2

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

Shades of Persian Indigo #3B0AA2

Tints of Persian Indigo #3B0AA2

Color information

#3B0AA2 (or 0x3B0AA2) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0A and A2. RGB value is (59,10,162). Sum of RGB (Red+Green+Blue) = 59+10+162=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 162 (63.67% from 255 or 70.13% from 231); Max value from RGB is 162 - color contains mainly: blue. Hex color #3B0AA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0AA2 is #C4F55D. Grayscale: #292929. Windows color (decimal): -12907870 or 10619451. OLE color: 10619451.

HSL color Cylindrical-coordinate representation of color #3B0AA2: hue angle of 259.34º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0AA2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5910162-
CMYK0.640.9400.36
HSL259.34º88.37%33.73%-
HSV(B)259.34º93.83%63.53%-
XYZ8.433.7634.46-
YUV41.98195.73140.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.54%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 162 (63.67% from 255) = 70.13%
R=25.54%
G=4.33%
B=70.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal59101620.640.9400.36259.3488.3733.73
Hex3BAA2405E0241035822
Octal731224210013604440313042
Binary1110111010101000101000000101111001001001000000111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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