Shades of Persian Indigo #3B0869
Tints of Persian Indigo #3B0869
RGB
CMYK
RGB Variations
Color information
#3B0869 (or 0x3B0869) is known color: Persian Indigo. HEX triplet: 3B, 08 and 69. RGB value is (59,8,105). Sum of RGB (Red+Green+Blue) = 59+8+105=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B0869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0869 is #C4F796. Grayscale: #212121. Windows color (decimal): -12908439 or 6883387. OLE color: 6883387.
HSL color Cylindrical-coordinate representation of color #3B0869: hue angle of 271.55º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0869 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 8 | 105 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.59 |
| HSL | 271.55º | 0.86% | 0.22% | - |
| HSV(B) | 271.55º | 0.92% | 0.41% | - |
| XYZ | 4.44 | 2.12 | 13.54 | - |
| YUV | 34.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 8 | 105 | 0.44 | 0.92 | 0 | 0.59 | 271.55 | 0.86 | 0.22 |
| Hex | 3B | 8 | 69 | 2C | 5C | 0 | 3B | 110 | 56 | 16 |
| Octal | 73 | 10 | 151 | 54 | 134 | 0 | 73 | 420 | 126 | 26 |
| Binary | 111011 | 1000 | 1101001 | 101100 | 1011100 | 0 | 111011 | 100010000 | 1010110 | 10110 |
Color Harmonies of #3B0869
Complementary color
Monochromatic Colors of #3B0869
Black with #3B0869
Text Example
Text Example
White with #3B0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0869; }
p { color: rgb(59,8,105); }
H1.HeaderClassName
{
color: #3B0869;
}
.AnyTagClassName
{
color: #3B0869;
}
</style>
background-color css
<style>
a { background-color: #3B0869; }
a { background-color: rgb(59,8,105); }
div.DivClassName
{
background-color: #3B0869;
}
.BgClassName
{
background-color: #3B0869;
}
</style>
border-color css
<style>
span { border-color: #3B0869; }
span { border-color: rgb(59,8,105); }
td.TdClassName
{
border-color: #3B0869;
}
.TagClassName
{
border-color: #3B0869;
}
</style>