Shades of Persian Indigo #39109B
Tints of Persian Indigo #39109B
RGB
CMYK
RGB Variations
Color information
#39109B (or 0x39109B) is known color: Persian Indigo. HEX triplet: 39, 10 and 9B. RGB value is (57,16,155). Sum of RGB (Red+Green+Blue) = 57+16+155=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #39109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39109B is #C6EF64. Grayscale: #2B2B2B. Windows color (decimal): -13037413 or 10162233. OLE color: 10162233.
HSL color Cylindrical-coordinate representation of color #39109B: hue angle of 257.7º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39109B is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 16 | 155 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.39 |
| HSL | 257.7º | 0.81% | 0.34% | - |
| HSV(B) | 257.7º | 0.9% | 0.61% | - |
| XYZ | 7.79 | 3.61 | 31.3 | - |
| YUV | 44.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 155 | 0.63 | 0.90 | 0 | 0.39 | 257.7 | 0.81 | 0.34 |
| Hex | 39 | 10 | 9B | 3F | 5A | 0 | 27 | 102 | 51 | 22 |
| Octal | 71 | 20 | 233 | 77 | 132 | 0 | 47 | 402 | 121 | 42 |
| Binary | 111001 | 10000 | 10011011 | 111111 | 1011010 | 0 | 100111 | 100000010 | 1010001 | 100010 |
Color Harmonies of #39109B
Complementary color
Monochromatic Colors of #39109B
Black with #39109B
Text Example
Text Example
White with #39109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39109B; }
p { color: rgb(57,16,155); }
H1.HeaderClassName
{
color: #39109B;
}
.AnyTagClassName
{
color: #39109B;
}
</style>
background-color css
<style>
a { background-color: #39109B; }
a { background-color: rgb(57,16,155); }
div.DivClassName
{
background-color: #39109B;
}
.BgClassName
{
background-color: #39109B;
}
</style>
border-color css
<style>
span { border-color: #39109B; }
span { border-color: rgb(57,16,155); }
td.TdClassName
{
border-color: #39109B;
}
.TagClassName
{
border-color: #39109B;
}
</style>