Shades of Persian Indigo #27016F
Tints of Persian Indigo #27016F
RGB
CMYK
RGB Variations
Color information
#27016F (or 0x27016F) is known color: Persian Indigo. HEX triplet: 27, 01 and 6F. RGB value is (39,1,111). Sum of RGB (Red+Green+Blue) = 39+1+111=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #27016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27016F is #D8FE90. Grayscale: #181818. Windows color (decimal): -14220945 or 7274791. OLE color: 7274791.
HSL color Cylindrical-coordinate representation of color #27016F: hue angle of 260.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27016F is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 1 | 111 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.56 |
| HSL | 260.73º | 0.98% | 0.22% | - |
| HSV(B) | 260.73º | 0.99% | 0.44% | - |
| XYZ | 3.72 | 1.6 | 15.15 | - |
| YUV | 24.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 1 | 111 | 0.65 | 0.99 | 0 | 0.56 | 260.73 | 0.98 | 0.22 |
| Hex | 27 | 1 | 6F | 41 | 63 | 0 | 38 | 105 | 62 | 16 |
| Octal | 47 | 1 | 157 | 101 | 143 | 0 | 70 | 405 | 142 | 26 |
| Binary | 100111 | 1 | 1101111 | 1000001 | 1100011 | 0 | 111000 | 100000101 | 1100010 | 10110 |
Color Harmonies of #27016F
Complementary color
Monochromatic Colors of #27016F
Black with #27016F
Text Example
Text Example
White with #27016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27016F; }
p { color: rgb(39,1,111); }
H1.HeaderClassName
{
color: #27016F;
}
.AnyTagClassName
{
color: #27016F;
}
</style>
background-color css
<style>
a { background-color: #27016F; }
a { background-color: rgb(39,1,111); }
div.DivClassName
{
background-color: #27016F;
}
.BgClassName
{
background-color: #27016F;
}
</style>
border-color css
<style>
span { border-color: #27016F; }
span { border-color: rgb(39,1,111); }
td.TdClassName
{
border-color: #27016F;
}
.TagClassName
{
border-color: #27016F;
}
</style>