Shades of Persian Indigo #3B0BA4
Tints of Persian Indigo #3B0BA4
RGB
CMYK
RGB Variations
Color information
#3B0BA4 (or 0x3B0BA4) is known color: Persian Indigo. HEX triplet: 3B, 0B and A4. RGB value is (59,11,164). Sum of RGB (Red+Green+Blue) = 59+11+164=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #3B0BA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0BA4 is #C4F45B. Grayscale: #2A2A2A. Windows color (decimal): -12907612 or 10750779. OLE color: 10750779.
HSL color Cylindrical-coordinate representation of color #3B0BA4: hue angle of 258.82º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0BA4 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 11 | 164 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.36 |
| HSL | 258.82º | 0.87% | 0.34% | - |
| HSV(B) | 258.82º | 0.93% | 0.64% | - |
| XYZ | 8.62 | 3.85 | 35.41 | - |
| YUV | 42.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 164 | 0.64 | 0.93 | 0 | 0.36 | 258.82 | 0.87 | 0.34 |
| Hex | 3B | B | A4 | 40 | 5D | 0 | 24 | 103 | 57 | 22 |
| Octal | 73 | 13 | 244 | 100 | 135 | 0 | 44 | 403 | 127 | 42 |
| Binary | 111011 | 1011 | 10100100 | 1000000 | 1011101 | 0 | 100100 | 100000011 | 1010111 | 100010 |
Color Harmonies of #3B0BA4
Complementary color
Monochromatic Colors of #3B0BA4
Black with #3B0BA4
Text Example
Text Example
White with #3B0BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0BA4; }
p { color: rgb(59,11,164); }
H1.HeaderClassName
{
color: #3B0BA4;
}
.AnyTagClassName
{
color: #3B0BA4;
}
</style>
background-color css
<style>
a { background-color: #3B0BA4; }
a { background-color: rgb(59,11,164); }
div.DivClassName
{
background-color: #3B0BA4;
}
.BgClassName
{
background-color: #3B0BA4;
}
</style>
border-color css
<style>
span { border-color: #3B0BA4; }
span { border-color: rgb(59,11,164); }
td.TdClassName
{
border-color: #3B0BA4;
}
.TagClassName
{
border-color: #3B0BA4;
}
</style>