#3B0AA3

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

Shades of Persian Indigo #3B0AA3

Tints of Persian Indigo #3B0AA3

Color information

#3B0AA3 (or 0x3B0AA3) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0A and A3. RGB value is (59,10,163). Sum of RGB (Red+Green+Blue) = 59+10+163=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #3B0AA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0AA3 is #C4F55C. Grayscale: #292929. Windows color (decimal): -12907869 or 10684987. OLE color: 10684987.

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

Color convert

RGB5910163-
CMYK0.640.9400.36
HSL259.22º88.44%33.92%-
HSV(B)259.22º93.87%63.92%-
XYZ8.523.7934.93-
YUV42.09196.23140.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 10 (4.30% from 255) = 4.31%
BLUE value IS 163 (64.06% from 255) = 70.26%
R=25.43%
G=4.31%
B=70.26%

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
Decimal59101630.640.9400.36259.2288.4433.92
Hex3BAA3405E0241035822
Octal731224310013604440313042
Binary1110111010101000111000000101111001001001000000111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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