Shades of Persian Indigo #27015D
Tints of Persian Indigo #27015D
RGB
CMYK
RGB Variations
Color information
#27015D (or 0x27015D) is known color: Persian Indigo. HEX triplet: 27, 01 and 5D. RGB value is (39,1,93). Sum of RGB (Red+Green+Blue) = 39+1+93=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #27015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27015D is #D8FEA2. Grayscale: #161616. Windows color (decimal): -14220963 or 6095143. OLE color: 6095143.
HSL color Cylindrical-coordinate representation of color #27015D: hue angle of 264.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27015D is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 1 | 93 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.64 |
| HSL | 264.78º | 0.98% | 0.18% | - |
| HSV(B) | 264.78º | 0.99% | 0.36% | - |
| XYZ | 2.82 | 1.24 | 10.45 | - |
| YUV | 22.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 93 | 0.58 | 0.99 | 0 | 0.64 | 264.78 | 0.98 | 0.18 |
| Hex | 27 | 1 | 5D | 3A | 63 | 0 | 40 | 109 | 62 | 12 |
| Octal | 47 | 1 | 135 | 72 | 143 | 0 | 100 | 411 | 142 | 22 |
| Binary | 100111 | 1 | 1011101 | 111010 | 1100011 | 0 | 1000000 | 100001001 | 1100010 | 10010 |
Color Harmonies of #27015D
Complementary color
Monochromatic Colors of #27015D
Black with #27015D
Text Example
Text Example
White with #27015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27015D; }
p { color: rgb(39,1,93); }
H1.HeaderClassName
{
color: #27015D;
}
.AnyTagClassName
{
color: #27015D;
}
</style>
background-color css
<style>
a { background-color: #27015D; }
a { background-color: rgb(39,1,93); }
div.DivClassName
{
background-color: #27015D;
}
.BgClassName
{
background-color: #27015D;
}
</style>
border-color css
<style>
span { border-color: #27015D; }
span { border-color: rgb(39,1,93); }
td.TdClassName
{
border-color: #27015D;
}
.TagClassName
{
border-color: #27015D;
}
</style>