Shades of Persian Indigo #39109C
Tints of Persian Indigo #39109C
RGB
CMYK
RGB Variations
Color information
#39109C (or 0x39109C) is known color: Persian Indigo. HEX triplet: 39, 10 and 9C. RGB value is (57,16,156). Sum of RGB (Red+Green+Blue) = 57+16+156=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #39109C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39109C is #C6EF63. Grayscale: #2B2B2B. Windows color (decimal): -13037412 or 10227769. OLE color: 10227769.
HSL color Cylindrical-coordinate representation of color #39109C: hue angle of 257.57º 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 #39109C is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 16 | 156 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.39 |
| HSL | 257.57º | 0.81% | 0.34% | - |
| HSV(B) | 257.57º | 0.9% | 0.61% | - |
| XYZ | 7.87 | 3.64 | 31.74 | - |
| YUV | 44.22 | 191.08 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 156 | 0.63 | 0.90 | 0 | 0.39 | 257.57 | 0.81 | 0.34 |
| Hex | 39 | 10 | 9C | 3F | 5A | 0 | 27 | 102 | 51 | 22 |
| Octal | 71 | 20 | 234 | 77 | 132 | 0 | 47 | 402 | 121 | 42 |
| Binary | 111001 | 10000 | 10011100 | 111111 | 1011010 | 0 | 100111 | 100000010 | 1010001 | 100010 |
Color Harmonies of #39109C
Complementary color
Monochromatic Colors of #39109C
Black with #39109C
Text Example
Text Example
White with #39109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39109C; }
p { color: rgb(57,16,156); }
H1.HeaderClassName
{
color: #39109C;
}
.AnyTagClassName
{
color: #39109C;
}
</style>
background-color css
<style>
a { background-color: #39109C; }
a { background-color: rgb(57,16,156); }
div.DivClassName
{
background-color: #39109C;
}
.BgClassName
{
background-color: #39109C;
}
</style>
border-color css
<style>
span { border-color: #39109C; }
span { border-color: rgb(57,16,156); }
td.TdClassName
{
border-color: #39109C;
}
.TagClassName
{
border-color: #39109C;
}
</style>