Shades of Persian Indigo #27056C
Tints of Persian Indigo #27056C
RGB
CMYK
RGB Variations
Color information
#27056C (or 0x27056C) is known color: Persian Indigo. HEX triplet: 27, 05 and 6C. RGB value is (39,5,108). Sum of RGB (Red+Green+Blue) = 39+5+108=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 108 (42.58% from 255 or 71.05% from 152); Max value from RGB is 108 - color contains mainly: blue. Hex color #27056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27056C is #D8FA93. Grayscale: #1A1A1A. Windows color (decimal): -14219924 or 7079207. OLE color: 7079207.
HSL color Cylindrical-coordinate representation of color #27056C: hue angle of 259.81º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27056C is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 5 | 108 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.58 |
| HSL | 259.81º | 0.91% | 0.22% | - |
| HSV(B) | 259.81º | 0.95% | 0.42% | - |
| XYZ | 3.6 | 1.62 | 14.31 | - |
| YUV | 26.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 5 | 108 | 0.64 | 0.95 | 0 | 0.58 | 259.81 | 0.91 | 0.22 |
| Hex | 27 | 5 | 6C | 40 | 5F | 0 | 3A | 104 | 5B | 16 |
| Octal | 47 | 5 | 154 | 100 | 137 | 0 | 72 | 404 | 133 | 26 |
| Binary | 100111 | 101 | 1101100 | 1000000 | 1011111 | 0 | 111010 | 100000100 | 1011011 | 10110 |
Color Harmonies of #27056C
Complementary color
Monochromatic Colors of #27056C
Black with #27056C
Text Example
Text Example
White with #27056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27056C; }
p { color: rgb(39,5,108); }
H1.HeaderClassName
{
color: #27056C;
}
.AnyTagClassName
{
color: #27056C;
}
</style>
background-color css
<style>
a { background-color: #27056C; }
a { background-color: rgb(39,5,108); }
div.DivClassName
{
background-color: #27056C;
}
.BgClassName
{
background-color: #27056C;
}
</style>
border-color css
<style>
span { border-color: #27056C; }
span { border-color: rgb(39,5,108); }
td.TdClassName
{
border-color: #27056C;
}
.TagClassName
{
border-color: #27056C;
}
</style>