Shades of Persian Indigo #27106F
Tints of Persian Indigo #27106F
RGB
CMYK
RGB Variations
Color information
#27106F (or 0x27106F) is known color: Persian Indigo. HEX triplet: 27, 10 and 6F. RGB value is (39,16,111). Sum of RGB (Red+Green+Blue) = 39+16+111=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #27106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27106F is #D8EF90. Grayscale: #212121. Windows color (decimal): -14217105 or 7278631. OLE color: 7278631.
HSL color Cylindrical-coordinate representation of color #27106F: hue angle of 254.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27106F is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 16 | 111 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.56 |
| HSL | 254.53º | 0.75% | 0.25% | - |
| HSV(B) | 254.53º | 0.86% | 0.44% | - |
| XYZ | 3.89 | 1.95 | 15.21 | - |
| YUV | 33.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 111 | 0.65 | 0.86 | 0 | 0.56 | 254.53 | 0.75 | 0.25 |
| Hex | 27 | 10 | 6F | 41 | 56 | 0 | 38 | FF | 4B | 19 |
| Octal | 47 | 20 | 157 | 101 | 126 | 0 | 70 | 377 | 113 | 31 |
| Binary | 100111 | 10000 | 1101111 | 1000001 | 1010110 | 0 | 111000 | 11111111 | 1001011 | 11001 |
Color Harmonies of #27106F
Complementary color
Monochromatic Colors of #27106F
Black with #27106F
Text Example
Text Example
White with #27106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27106F; }
p { color: rgb(39,16,111); }
H1.HeaderClassName
{
color: #27106F;
}
.AnyTagClassName
{
color: #27106F;
}
</style>
background-color css
<style>
a { background-color: #27106F; }
a { background-color: rgb(39,16,111); }
div.DivClassName
{
background-color: #27106F;
}
.BgClassName
{
background-color: #27106F;
}
</style>
border-color css
<style>
span { border-color: #27106F; }
span { border-color: rgb(39,16,111); }
td.TdClassName
{
border-color: #27106F;
}
.TagClassName
{
border-color: #27106F;
}
</style>