Shades of Persian Indigo #3B097B
Tints of Persian Indigo #3B097B
RGB
CMYK
RGB Variations
Color information
#3B097B (or 0x3B097B) is known color: Persian Indigo. HEX triplet: 3B, 09 and 7B. RGB value is (59,9,123). Sum of RGB (Red+Green+Blue) = 59+9+123=191 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.89% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 123 (48.44% from 255 or 64.40% from 191); Max value from RGB is 123 - color contains mainly: blue. Hex color #3B097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B097B is #C4F684. Grayscale: #242424. Windows color (decimal): -12908165 or 8063291. OLE color: 8063291.
HSL color Cylindrical-coordinate representation of color #3B097B: hue angle of 266.32º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B097B is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 59 | 9 | 123 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.52 |
| HSL | 266.32º | 0.86% | 0.26% | - |
| HSV(B) | 266.32º | 0.93% | 0.48% | - |
| XYZ | 5.48 | 2.56 | 18.94 | - |
| YUV | 36.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 9 | 123 | 0.52 | 0.93 | 0 | 0.52 | 266.32 | 0.86 | 0.26 |
| Hex | 3B | 9 | 7B | 34 | 5D | 0 | 34 | 10A | 56 | 1A |
| Octal | 73 | 11 | 173 | 64 | 135 | 0 | 64 | 412 | 126 | 32 |
| Binary | 111011 | 1001 | 1111011 | 110100 | 1011101 | 0 | 110100 | 100001010 | 1010110 | 11010 |
Color Harmonies of #3B097B
Complementary color
Monochromatic Colors of #3B097B
Black with #3B097B
Text Example
Text Example
White with #3B097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B097B; }
p { color: rgb(59,9,123); }
H1.HeaderClassName
{
color: #3B097B;
}
.AnyTagClassName
{
color: #3B097B;
}
</style>
background-color css
<style>
a { background-color: #3B097B; }
a { background-color: rgb(59,9,123); }
div.DivClassName
{
background-color: #3B097B;
}
.BgClassName
{
background-color: #3B097B;
}
</style>
border-color css
<style>
span { border-color: #3B097B; }
span { border-color: rgb(59,9,123); }
td.TdClassName
{
border-color: #3B097B;
}
.TagClassName
{
border-color: #3B097B;
}
</style>