Shades of Persian Indigo #39149C
Tints of Persian Indigo #39149C
RGB
CMYK
RGB Variations
Color information
#39149C (or 0x39149C) is known color: Persian Indigo. HEX triplet: 39, 14 and 9C. RGB value is (57,20,156). Sum of RGB (Red+Green+Blue) = 57+20+156=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #39149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39149C is #C6EB63. Grayscale: #2E2E2E. Windows color (decimal): -13036388 or 10228793. OLE color: 10228793.
HSL color Cylindrical-coordinate representation of color #39149C: hue angle of 256.32º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39149C is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 20 | 156 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.39 |
| HSL | 256.32º | 0.77% | 0.35% | - |
| HSV(B) | 256.32º | 0.87% | 0.61% | - |
| XYZ | 7.94 | 3.77 | 31.76 | - |
| YUV | 46.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 156 | 0.63 | 0.87 | 0 | 0.39 | 256.32 | 0.77 | 0.35 |
| Hex | 39 | 14 | 9C | 3F | 57 | 0 | 27 | 100 | 4D | 23 |
| Octal | 71 | 24 | 234 | 77 | 127 | 0 | 47 | 400 | 115 | 43 |
| Binary | 111001 | 10100 | 10011100 | 111111 | 1010111 | 0 | 100111 | 100000000 | 1001101 | 100011 |
Color Harmonies of #39149C
Complementary color
Monochromatic Colors of #39149C
Black with #39149C
Text Example
Text Example
White with #39149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39149C; }
p { color: rgb(57,20,156); }
H1.HeaderClassName
{
color: #39149C;
}
.AnyTagClassName
{
color: #39149C;
}
</style>
background-color css
<style>
a { background-color: #39149C; }
a { background-color: rgb(57,20,156); }
div.DivClassName
{
background-color: #39149C;
}
.BgClassName
{
background-color: #39149C;
}
</style>
border-color css
<style>
span { border-color: #39149C; }
span { border-color: rgb(57,20,156); }
td.TdClassName
{
border-color: #39149C;
}
.TagClassName
{
border-color: #39149C;
}
</style>