Shades of Persian Indigo #3B0985
Tints of Persian Indigo #3B0985
RGB
CMYK
RGB Variations
Color information
#3B0985 (or 0x3B0985) is known color: Persian Indigo. HEX triplet: 3B, 09 and 85. RGB value is (59,9,133). Sum of RGB (Red+Green+Blue) = 59+9+133=201 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.35% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0985 is #C4F67A. Grayscale: #252525. Windows color (decimal): -12908155 or 8718651. OLE color: 8718651.
HSL color Cylindrical-coordinate representation of color #3B0985: hue angle of 264.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0985 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 59 | 9 | 133 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.48 |
| HSL | 264.19º | 0.87% | 0.28% | - |
| HSV(B) | 264.19º | 0.93% | 0.52% | - |
| XYZ | 6.13 | 2.82 | 22.41 | - |
| YUV | 38.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 133 | 0.56 | 0.93 | 0 | 0.48 | 264.19 | 0.87 | 0.28 |
| Hex | 3B | 9 | 85 | 38 | 5D | 0 | 30 | 108 | 57 | 1C |
| Octal | 73 | 11 | 205 | 70 | 135 | 0 | 60 | 410 | 127 | 34 |
| Binary | 111011 | 1001 | 10000101 | 111000 | 1011101 | 0 | 110000 | 100001000 | 1010111 | 11100 |
Color Harmonies of #3B0985
Complementary color
Monochromatic Colors of #3B0985
Black with #3B0985
Text Example
Text Example
White with #3B0985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0985; }
p { color: rgb(59,9,133); }
H1.HeaderClassName
{
color: #3B0985;
}
.AnyTagClassName
{
color: #3B0985;
}
</style>
background-color css
<style>
a { background-color: #3B0985; }
a { background-color: rgb(59,9,133); }
div.DivClassName
{
background-color: #3B0985;
}
.BgClassName
{
background-color: #3B0985;
}
</style>
border-color css
<style>
span { border-color: #3B0985; }
span { border-color: rgb(59,9,133); }
td.TdClassName
{
border-color: #3B0985;
}
.TagClassName
{
border-color: #3B0985;
}
</style>