Shades of Persian Indigo #27065F
Tints of Persian Indigo #27065F
RGB
CMYK
RGB Variations
Color information
#27065F (or 0x27065F) is known color: Persian Indigo. HEX triplet: 27, 06 and 5F. RGB value is (39,6,95). Sum of RGB (Red+Green+Blue) = 39+6+95=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #27065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27065F is #D8F9A0. Grayscale: #191919. Windows color (decimal): -14219681 or 6227495. OLE color: 6227495.
HSL color Cylindrical-coordinate representation of color #27065F: hue angle of 262.25º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27065F is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 6 | 95 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.63 |
| HSL | 262.25º | 0.88% | 0.2% | - |
| HSV(B) | 262.25º | 0.94% | 0.37% | - |
| XYZ | 2.97 | 1.39 | 10.94 | - |
| YUV | 26.01 | 166.93 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 6 | 95 | 0.59 | 0.94 | 0 | 0.63 | 262.25 | 0.88 | 0.2 |
| Hex | 27 | 6 | 5F | 3B | 5E | 0 | 3F | 106 | 58 | 14 |
| Octal | 47 | 6 | 137 | 73 | 136 | 0 | 77 | 406 | 130 | 24 |
| Binary | 100111 | 110 | 1011111 | 111011 | 1011110 | 0 | 111111 | 100000110 | 1011000 | 10100 |
Color Harmonies of #27065F
Complementary color
Monochromatic Colors of #27065F
Black with #27065F
Text Example
Text Example
White with #27065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27065F; }
p { color: rgb(39,6,95); }
H1.HeaderClassName
{
color: #27065F;
}
.AnyTagClassName
{
color: #27065F;
}
</style>
background-color css
<style>
a { background-color: #27065F; }
a { background-color: rgb(39,6,95); }
div.DivClassName
{
background-color: #27065F;
}
.BgClassName
{
background-color: #27065F;
}
</style>
border-color css
<style>
span { border-color: #27065F; }
span { border-color: rgb(39,6,95); }
td.TdClassName
{
border-color: #27065F;
}
.TagClassName
{
border-color: #27065F;
}
</style>