Shades of Persian Indigo #27017F
Tints of Persian Indigo #27017F
RGB
CMYK
RGB Variations
Color information
#27017F (or 0x27017F) is known color: Persian Indigo. HEX triplet: 27, 01 and 7F. RGB value is (39,1,127). Sum of RGB (Red+Green+Blue) = 39+1+127=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #27017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27017F is #D8FE80. Grayscale: #1A1A1A. Windows color (decimal): -14220929 or 8323367. OLE color: 8323367.
HSL color Cylindrical-coordinate representation of color #27017F: hue angle of 258.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27017F is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 1 | 127 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.50 |
| HSL | 258.1º | 0.98% | 0.25% | - |
| HSV(B) | 258.1º | 0.99% | 0.5% | - |
| XYZ | 4.68 | 1.99 | 20.22 | - |
| YUV | 26.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 127 | 0.69 | 0.99 | 0 | 0.50 | 258.1 | 0.98 | 0.25 |
| Hex | 27 | 1 | 7F | 45 | 63 | 0 | 32 | 102 | 62 | 19 |
| Octal | 47 | 1 | 177 | 105 | 143 | 0 | 62 | 402 | 142 | 31 |
| Binary | 100111 | 1 | 1111111 | 1000101 | 1100011 | 0 | 110010 | 100000010 | 1100010 | 11001 |
Color Harmonies of #27017F
Complementary color
Monochromatic Colors of #27017F
Black with #27017F
Text Example
Text Example
White with #27017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27017F; }
p { color: rgb(39,1,127); }
H1.HeaderClassName
{
color: #27017F;
}
.AnyTagClassName
{
color: #27017F;
}
</style>
background-color css
<style>
a { background-color: #27017F; }
a { background-color: rgb(39,1,127); }
div.DivClassName
{
background-color: #27017F;
}
.BgClassName
{
background-color: #27017F;
}
</style>
border-color css
<style>
span { border-color: #27017F; }
span { border-color: rgb(39,1,127); }
td.TdClassName
{
border-color: #27017F;
}
.TagClassName
{
border-color: #27017F;
}
</style>