Shades of Persian Indigo #27076B
Tints of Persian Indigo #27076B
RGB
CMYK
RGB Variations
Color information
#27076B (or 0x27076B) is known color: Persian Indigo. HEX triplet: 27, 07 and 6B. RGB value is (39,7,107). Sum of RGB (Red+Green+Blue) = 39+7+107=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #27076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27076B is #D8F894. Grayscale: #1B1B1B. Windows color (decimal): -14219413 or 7014183. OLE color: 7014183.
HSL color Cylindrical-coordinate representation of color #27076B: hue angle of 259.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27076B is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 7 | 107 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.58 |
| HSL | 259.2º | 0.88% | 0.22% | - |
| HSV(B) | 259.2º | 0.93% | 0.42% | - |
| XYZ | 3.57 | 1.64 | 14.04 | - |
| YUV | 27.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 7 | 107 | 0.64 | 0.93 | 0 | 0.58 | 259.2 | 0.88 | 0.22 |
| Hex | 27 | 7 | 6B | 40 | 5D | 0 | 3A | 103 | 58 | 16 |
| Octal | 47 | 7 | 153 | 100 | 135 | 0 | 72 | 403 | 130 | 26 |
| Binary | 100111 | 111 | 1101011 | 1000000 | 1011101 | 0 | 111010 | 100000011 | 1011000 | 10110 |
Color Harmonies of #27076B
Complementary color
Monochromatic Colors of #27076B
Black with #27076B
Text Example
Text Example
White with #27076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27076B; }
p { color: rgb(39,7,107); }
H1.HeaderClassName
{
color: #27076B;
}
.AnyTagClassName
{
color: #27076B;
}
</style>
background-color css
<style>
a { background-color: #27076B; }
a { background-color: rgb(39,7,107); }
div.DivClassName
{
background-color: #27076B;
}
.BgClassName
{
background-color: #27076B;
}
</style>
border-color css
<style>
span { border-color: #27076B; }
span { border-color: rgb(39,7,107); }
td.TdClassName
{
border-color: #27076B;
}
.TagClassName
{
border-color: #27076B;
}
</style>