Shades of Persian Indigo #27166F
Tints of Persian Indigo #27166F
RGB
CMYK
RGB Variations
Color information
#27166F (or 0x27166F) is known color: Persian Indigo. HEX triplet: 27, 16 and 6F. RGB value is (39,22,111). Sum of RGB (Red+Green+Blue) = 39+22+111=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #27166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27166F is #D8E990. Grayscale: #242424. Windows color (decimal): -14215569 or 7280167. OLE color: 7280167.
HSL color Cylindrical-coordinate representation of color #27166F: hue angle of 251.46º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27166F is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 22 | 111 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.56 |
| HSL | 251.46º | 0.67% | 0.26% | - |
| HSV(B) | 251.46º | 0.8% | 0.44% | - |
| XYZ | 3.99 | 2.15 | 15.24 | - |
| YUV | 37.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 111 | 0.65 | 0.80 | 0 | 0.56 | 251.46 | 0.67 | 0.26 |
| Hex | 27 | 16 | 6F | 41 | 50 | 0 | 38 | FB | 43 | 1A |
| Octal | 47 | 26 | 157 | 101 | 120 | 0 | 70 | 373 | 103 | 32 |
| Binary | 100111 | 10110 | 1101111 | 1000001 | 1010000 | 0 | 111000 | 11111011 | 1000011 | 11010 |
Color Harmonies of #27166F
Complementary color
Monochromatic Colors of #27166F
Black with #27166F
Text Example
Text Example
White with #27166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27166F; }
p { color: rgb(39,22,111); }
H1.HeaderClassName
{
color: #27166F;
}
.AnyTagClassName
{
color: #27166F;
}
</style>
background-color css
<style>
a { background-color: #27166F; }
a { background-color: rgb(39,22,111); }
div.DivClassName
{
background-color: #27166F;
}
.BgClassName
{
background-color: #27166F;
}
</style>
border-color css
<style>
span { border-color: #27166F; }
span { border-color: rgb(39,22,111); }
td.TdClassName
{
border-color: #27166F;
}
.TagClassName
{
border-color: #27166F;
}
</style>