Shades of Persian Indigo #3B0DAB
Tints of Persian Indigo #3B0DAB
RGB
CMYK
RGB Variations
Color information
#3B0DAB (or 0x3B0DAB) is known color: Persian Indigo. HEX triplet: 3B, 0D and AB. RGB value is (59,13,171). Sum of RGB (Red+Green+Blue) = 59+13+171=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B0DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0DAB is #C4F254. Grayscale: #2C2C2C. Windows color (decimal): -12907093 or 11210043. OLE color: 11210043.
HSL color Cylindrical-coordinate representation of color #3B0DAB: hue angle of 257.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0DAB is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 13 | 171 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.33 |
| HSL | 257.47º | 0.86% | 0.36% | - |
| HSV(B) | 257.47º | 0.92% | 0.67% | - |
| XYZ | 9.3 | 4.16 | 38.84 | - |
| YUV | 44.77 | 199.24 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 171 | 0.65 | 0.92 | 0 | 0.33 | 257.47 | 0.86 | 0.36 |
| Hex | 3B | D | AB | 41 | 5C | 0 | 21 | 101 | 56 | 24 |
| Octal | 73 | 15 | 253 | 101 | 134 | 0 | 41 | 401 | 126 | 44 |
| Binary | 111011 | 1101 | 10101011 | 1000001 | 1011100 | 0 | 100001 | 100000001 | 1010110 | 100100 |
Color Harmonies of #3B0DAB
Complementary color
Monochromatic Colors of #3B0DAB
Black with #3B0DAB
Text Example
Text Example
White with #3B0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0DAB; }
p { color: rgb(59,13,171); }
H1.HeaderClassName
{
color: #3B0DAB;
}
.AnyTagClassName
{
color: #3B0DAB;
}
</style>
background-color css
<style>
a { background-color: #3B0DAB; }
a { background-color: rgb(59,13,171); }
div.DivClassName
{
background-color: #3B0DAB;
}
.BgClassName
{
background-color: #3B0DAB;
}
</style>
border-color css
<style>
span { border-color: #3B0DAB; }
span { border-color: rgb(59,13,171); }
td.TdClassName
{
border-color: #3B0DAB;
}
.TagClassName
{
border-color: #3B0DAB;
}
</style>