Shades of Persian Indigo #39098F
Tints of Persian Indigo #39098F
RGB
CMYK
RGB Variations
Color information
#39098F (or 0x39098F) is known color: Persian Indigo. HEX triplet: 39, 09 and 8F. RGB value is (57,9,143). Sum of RGB (Red+Green+Blue) = 57+9+143=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #39098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39098F is #C6F670. Grayscale: #262626. Windows color (decimal): -13039217 or 9374009. OLE color: 9374009.
HSL color Cylindrical-coordinate representation of color #39098F: hue angle of 261.49º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39098F is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 9 | 143 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.44 |
| HSL | 261.49º | 0.88% | 0.3% | - |
| HSV(B) | 261.49º | 0.94% | 0.56% | - |
| XYZ | 6.74 | 3.05 | 26.22 | - |
| YUV | 38.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 9 | 143 | 0.60 | 0.94 | 0 | 0.44 | 261.49 | 0.88 | 0.3 |
| Hex | 39 | 9 | 8F | 3C | 5E | 0 | 2C | 105 | 58 | 1E |
| Octal | 71 | 11 | 217 | 74 | 136 | 0 | 54 | 405 | 130 | 36 |
| Binary | 111001 | 1001 | 10001111 | 111100 | 1011110 | 0 | 101100 | 100000101 | 1011000 | 11110 |
Color Harmonies of #39098F
Complementary color
Monochromatic Colors of #39098F
Black with #39098F
Text Example
Text Example
White with #39098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39098F; }
p { color: rgb(57,9,143); }
H1.HeaderClassName
{
color: #39098F;
}
.AnyTagClassName
{
color: #39098F;
}
</style>
background-color css
<style>
a { background-color: #39098F; }
a { background-color: rgb(57,9,143); }
div.DivClassName
{
background-color: #39098F;
}
.BgClassName
{
background-color: #39098F;
}
</style>
border-color css
<style>
span { border-color: #39098F; }
span { border-color: rgb(57,9,143); }
td.TdClassName
{
border-color: #39098F;
}
.TagClassName
{
border-color: #39098F;
}
</style>