Shades of Persian Indigo #27136C
Tints of Persian Indigo #27136C
RGB
CMYK
RGB Variations
Color information
#27136C (or 0x27136C) is known color: Persian Indigo. HEX triplet: 27, 13 and 6C. RGB value is (39,19,108). Sum of RGB (Red+Green+Blue) = 39+19+108=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #27136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27136C is #D8EC93. Grayscale: #222222. Windows color (decimal): -14216340 or 7082791. OLE color: 7082791.
HSL color Cylindrical-coordinate representation of color #27136C: hue angle of 253.48º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27136C is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 19 | 108 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.58 |
| HSL | 253.48º | 0.7% | 0.25% | - |
| HSV(B) | 253.48º | 0.82% | 0.42% | - |
| XYZ | 3.78 | 1.98 | 14.37 | - |
| YUV | 35.13 | 169.13 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 19 | 108 | 0.64 | 0.82 | 0 | 0.58 | 253.48 | 0.7 | 0.25 |
| Hex | 27 | 13 | 6C | 40 | 52 | 0 | 3A | FD | 46 | 19 |
| Octal | 47 | 23 | 154 | 100 | 122 | 0 | 72 | 375 | 106 | 31 |
| Binary | 100111 | 10011 | 1101100 | 1000000 | 1010010 | 0 | 111010 | 11111101 | 1000110 | 11001 |
Color Harmonies of #27136C
Complementary color
Monochromatic Colors of #27136C
Black with #27136C
Text Example
Text Example
White with #27136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27136C; }
p { color: rgb(39,19,108); }
H1.HeaderClassName
{
color: #27136C;
}
.AnyTagClassName
{
color: #27136C;
}
</style>
background-color css
<style>
a { background-color: #27136C; }
a { background-color: rgb(39,19,108); }
div.DivClassName
{
background-color: #27136C;
}
.BgClassName
{
background-color: #27136C;
}
</style>
border-color css
<style>
span { border-color: #27136C; }
span { border-color: rgb(39,19,108); }
td.TdClassName
{
border-color: #27136C;
}
.TagClassName
{
border-color: #27136C;
}
</style>