Shades of Persian Indigo #27107D
Tints of Persian Indigo #27107D
RGB
CMYK
RGB Variations
Color information
#27107D (or 0x27107D) is known color: Persian Indigo. HEX triplet: 27, 10 and 7D. RGB value is (39,16,125). Sum of RGB (Red+Green+Blue) = 39+16+125=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #27107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27107D is #D8EF82. Grayscale: #222222. Windows color (decimal): -14217091 or 8196135. OLE color: 8196135.
HSL color Cylindrical-coordinate representation of color #27107D: hue angle of 252.66º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27107D is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 16 | 125 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.51 |
| HSL | 252.66º | 0.77% | 0.28% | - |
| HSV(B) | 252.66º | 0.87% | 0.49% | - |
| XYZ | 4.72 | 2.28 | 19.59 | - |
| YUV | 35.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 16 | 125 | 0.69 | 0.87 | 0 | 0.51 | 252.66 | 0.77 | 0.28 |
| Hex | 27 | 10 | 7D | 45 | 57 | 0 | 33 | FD | 4D | 1C |
| Octal | 47 | 20 | 175 | 105 | 127 | 0 | 63 | 375 | 115 | 34 |
| Binary | 100111 | 10000 | 1111101 | 1000101 | 1010111 | 0 | 110011 | 11111101 | 1001101 | 11100 |
Color Harmonies of #27107D
Complementary color
Monochromatic Colors of #27107D
Black with #27107D
Text Example
Text Example
White with #27107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27107D; }
p { color: rgb(39,16,125); }
H1.HeaderClassName
{
color: #27107D;
}
.AnyTagClassName
{
color: #27107D;
}
</style>
background-color css
<style>
a { background-color: #27107D; }
a { background-color: rgb(39,16,125); }
div.DivClassName
{
background-color: #27107D;
}
.BgClassName
{
background-color: #27107D;
}
</style>
border-color css
<style>
span { border-color: #27107D; }
span { border-color: rgb(39,16,125); }
td.TdClassName
{
border-color: #27107D;
}
.TagClassName
{
border-color: #27107D;
}
</style>