Shades of Persian Indigo #39087B
Tints of Persian Indigo #39087B
RGB
CMYK
RGB Variations
Color information
#39087B (or 0x39087B) is known color: Persian Indigo. HEX triplet: 39, 08 and 7B. RGB value is (57,8,123). Sum of RGB (Red+Green+Blue) = 57+8+123=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #39087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39087B is #C6F784. Grayscale: #232323. Windows color (decimal): -13039493 or 8063033. OLE color: 8063033.
HSL color Cylindrical-coordinate representation of color #39087B: hue angle of 265.57º degrees, saturation: 0.88, 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 #39087B is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 8 | 123 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.52 |
| HSL | 265.57º | 0.88% | 0.26% | - |
| HSV(B) | 265.57º | 0.93% | 0.48% | - |
| XYZ | 5.35 | 2.47 | 18.93 | - |
| YUV | 35.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 123 | 0.54 | 0.93 | 0 | 0.52 | 265.57 | 0.88 | 0.26 |
| Hex | 39 | 8 | 7B | 36 | 5D | 0 | 34 | 10A | 58 | 1A |
| Octal | 71 | 10 | 173 | 66 | 135 | 0 | 64 | 412 | 130 | 32 |
| Binary | 111001 | 1000 | 1111011 | 110110 | 1011101 | 0 | 110100 | 100001010 | 1011000 | 11010 |
Color Harmonies of #39087B
Complementary color
Monochromatic Colors of #39087B
Black with #39087B
Text Example
Text Example
White with #39087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39087B; }
p { color: rgb(57,8,123); }
H1.HeaderClassName
{
color: #39087B;
}
.AnyTagClassName
{
color: #39087B;
}
</style>
background-color css
<style>
a { background-color: #39087B; }
a { background-color: rgb(57,8,123); }
div.DivClassName
{
background-color: #39087B;
}
.BgClassName
{
background-color: #39087B;
}
</style>
border-color css
<style>
span { border-color: #39087B; }
span { border-color: rgb(57,8,123); }
td.TdClassName
{
border-color: #39087B;
}
.TagClassName
{
border-color: #39087B;
}
</style>