Shades of Persian Indigo #3B0AA3
Tints of Persian Indigo #3B0AA3
RGB
CMYK
RGB Variations
Color information
#3B0AA3 (or 0x3B0AA3) is known color: 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
| RGB | 59 | 10 | 163 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.36 |
| HSL | 259.22º | 0.88% | 0.34% | - |
| HSV(B) | 259.22º | 0.94% | 0.64% | - |
| XYZ | 8.52 | 3.79 | 34.93 | - |
| YUV | 42.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 163 | 0.64 | 0.94 | 0 | 0.36 | 259.22 | 0.88 | 0.34 |
| Hex | 3B | A | A3 | 40 | 5E | 0 | 24 | 103 | 58 | 22 |
| Octal | 73 | 12 | 243 | 100 | 136 | 0 | 44 | 403 | 130 | 42 |
| Binary | 111011 | 1010 | 10100011 | 1000000 | 1011110 | 0 | 100100 | 100000011 | 1011000 | 100010 |
Color Harmonies of #3B0AA3
Complementary color
Monochromatic Colors of #3B0AA3
Black with #3B0AA3
Text Example
Text Example
White with #3B0AA3
Text Example
Text Example
HTML Codes & Css Web 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>