Shades of Persian Indigo #27015F
Tints of Persian Indigo #27015F
RGB
CMYK
RGB Variations
Color information
#27015F (or 0x27015F) is known color: Persian Indigo. HEX triplet: 27, 01 and 5F. RGB value is (39,1,95). Sum of RGB (Red+Green+Blue) = 39+1+95=135 (17% of max value = 765). Red value is 39 (15.62% from 255 or 28.89% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #27015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27015F is #D8FEA0. Grayscale: #161616. Windows color (decimal): -14220961 or 6226215. OLE color: 6226215.
HSL color Cylindrical-coordinate representation of color #27015F: hue angle of 264.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27015F is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 1 | 95 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.63 |
| HSL | 264.26º | 0.98% | 0.19% | - |
| HSV(B) | 264.26º | 0.99% | 0.37% | - |
| XYZ | 2.91 | 1.28 | 10.92 | - |
| YUV | 23.08 | 168.59 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 95 | 0.59 | 0.99 | 0 | 0.63 | 264.26 | 0.98 | 0.19 |
| Hex | 27 | 1 | 5F | 3B | 63 | 0 | 3F | 108 | 62 | 13 |
| Octal | 47 | 1 | 137 | 73 | 143 | 0 | 77 | 410 | 142 | 23 |
| Binary | 100111 | 1 | 1011111 | 111011 | 1100011 | 0 | 111111 | 100001000 | 1100010 | 10011 |
Color Harmonies of #27015F
Complementary color
Monochromatic Colors of #27015F
Black with #27015F
Text Example
Text Example
White with #27015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27015F; }
p { color: rgb(39,1,95); }
H1.HeaderClassName
{
color: #27015F;
}
.AnyTagClassName
{
color: #27015F;
}
</style>
background-color css
<style>
a { background-color: #27015F; }
a { background-color: rgb(39,1,95); }
div.DivClassName
{
background-color: #27015F;
}
.BgClassName
{
background-color: #27015F;
}
</style>
border-color css
<style>
span { border-color: #27015F; }
span { border-color: rgb(39,1,95); }
td.TdClassName
{
border-color: #27015F;
}
.TagClassName
{
border-color: #27015F;
}
</style>