Shades of Persian Indigo #3B0DA0
Tints of Persian Indigo #3B0DA0
RGB
CMYK
RGB Variations
Color information
#3B0DA0 (or 0x3B0DA0) is known color: Persian Indigo. HEX triplet: 3B, 0D and A0. RGB value is (59,13,160). Sum of RGB (Red+Green+Blue) = 59+13+160=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #3B0DA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0DA0 is #C4F25F. Grayscale: #2A2A2A. Windows color (decimal): -12907104 or 10489147. OLE color: 10489147.
HSL color Cylindrical-coordinate representation of color #3B0DA0: hue angle of 258.78º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0DA0 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 13 | 160 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.37 |
| HSL | 258.78º | 0.85% | 0.34% | - |
| HSV(B) | 258.78º | 0.92% | 0.63% | - |
| XYZ | 8.29 | 3.76 | 33.55 | - |
| YUV | 43.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 160 | 0.63 | 0.92 | 0 | 0.37 | 258.78 | 0.85 | 0.34 |
| Hex | 3B | D | A0 | 3F | 5C | 0 | 25 | 103 | 55 | 22 |
| Octal | 73 | 15 | 240 | 77 | 134 | 0 | 45 | 403 | 125 | 42 |
| Binary | 111011 | 1101 | 10100000 | 111111 | 1011100 | 0 | 100101 | 100000011 | 1010101 | 100010 |
Color Harmonies of #3B0DA0
Complementary color
Monochromatic Colors of #3B0DA0
Black with #3B0DA0
Text Example
Text Example
White with #3B0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0DA0; }
p { color: rgb(59,13,160); }
H1.HeaderClassName
{
color: #3B0DA0;
}
.AnyTagClassName
{
color: #3B0DA0;
}
</style>
background-color css
<style>
a { background-color: #3B0DA0; }
a { background-color: rgb(59,13,160); }
div.DivClassName
{
background-color: #3B0DA0;
}
.BgClassName
{
background-color: #3B0DA0;
}
</style>
border-color css
<style>
span { border-color: #3B0DA0; }
span { border-color: rgb(59,13,160); }
td.TdClassName
{
border-color: #3B0DA0;
}
.TagClassName
{
border-color: #3B0DA0;
}
</style>