Shades of Persian Indigo #39217B
Tints of Persian Indigo #39217B
RGB
CMYK
RGB Variations
Color information
#39217B (or 0x39217B) is known color: Persian Indigo. HEX triplet: 39, 21 and 7B. RGB value is (57,33,123). Sum of RGB (Red+Green+Blue) = 57+33+123=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #39217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39217B is #C6DE84. Grayscale: #323232. Windows color (decimal): -13033093 or 8069433. OLE color: 8069433.
HSL color Cylindrical-coordinate representation of color #39217B: hue angle of 256º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39217B is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 33 | 123 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.52 |
| HSL | 256º | 0.58% | 0.31% | - |
| HSV(B) | 256º | 0.73% | 0.48% | - |
| XYZ | 5.81 | 3.39 | 19.09 | - |
| YUV | 50.44 | 168.95 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 33 | 123 | 0.54 | 0.73 | 0 | 0.52 | 256 | 0.58 | 0.31 |
| Hex | 39 | 21 | 7B | 36 | 49 | 0 | 34 | 100 | 3A | 1F |
| Octal | 71 | 41 | 173 | 66 | 111 | 0 | 64 | 400 | 72 | 37 |
| Binary | 111001 | 100001 | 1111011 | 110110 | 1001001 | 0 | 110100 | 100000000 | 111010 | 11111 |
Color Harmonies of #39217B
Complementary color
Monochromatic Colors of #39217B
Black with #39217B
Text Example
Text Example
White with #39217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39217B; }
p { color: rgb(57,33,123); }
H1.HeaderClassName
{
color: #39217B;
}
.AnyTagClassName
{
color: #39217B;
}
</style>
background-color css
<style>
a { background-color: #39217B; }
a { background-color: rgb(57,33,123); }
div.DivClassName
{
background-color: #39217B;
}
.BgClassName
{
background-color: #39217B;
}
</style>
border-color css
<style>
span { border-color: #39217B; }
span { border-color: rgb(57,33,123); }
td.TdClassName
{
border-color: #39217B;
}
.TagClassName
{
border-color: #39217B;
}
</style>