Shades of Persian Indigo #3B0F98
Tints of Persian Indigo #3B0F98
RGB
CMYK
RGB Variations
Color information
#3B0F98 (or 0x3B0F98) is known color: Persian Indigo. HEX triplet: 3B, 0F and 98. RGB value is (59,15,152). Sum of RGB (Red+Green+Blue) = 59+15+152=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #3B0F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0F98 is #C4F067. Grayscale: #2B2B2B. Windows color (decimal): -12906600 or 9965371. OLE color: 9965371.
HSL color Cylindrical-coordinate representation of color #3B0F98: hue angle of 259.27º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0F98 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 15 | 152 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.40 |
| HSL | 259.27º | 0.82% | 0.33% | - |
| HSV(B) | 259.27º | 0.9% | 0.6% | - |
| XYZ | 7.64 | 3.54 | 29.99 | - |
| YUV | 43.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 152 | 0.61 | 0.90 | 0 | 0.40 | 259.27 | 0.82 | 0.33 |
| Hex | 3B | F | 98 | 3D | 5A | 0 | 28 | 103 | 52 | 21 |
| Octal | 73 | 17 | 230 | 75 | 132 | 0 | 50 | 403 | 122 | 41 |
| Binary | 111011 | 1111 | 10011000 | 111101 | 1011010 | 0 | 101000 | 100000011 | 1010010 | 100001 |
Color Harmonies of #3B0F98
Complementary color
Monochromatic Colors of #3B0F98
Black with #3B0F98
Text Example
Text Example
White with #3B0F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F98; }
p { color: rgb(59,15,152); }
H1.HeaderClassName
{
color: #3B0F98;
}
.AnyTagClassName
{
color: #3B0F98;
}
</style>
background-color css
<style>
a { background-color: #3B0F98; }
a { background-color: rgb(59,15,152); }
div.DivClassName
{
background-color: #3B0F98;
}
.BgClassName
{
background-color: #3B0F98;
}
</style>
border-color css
<style>
span { border-color: #3B0F98; }
span { border-color: rgb(59,15,152); }
td.TdClassName
{
border-color: #3B0F98;
}
.TagClassName
{
border-color: #3B0F98;
}
</style>