Shades of Persian Indigo #27097D
Tints of Persian Indigo #27097D
RGB
CMYK
RGB Variations
Color information
#27097D (or 0x27097D) is known color: Persian Indigo. HEX triplet: 27, 09 and 7D. RGB value is (39,9,125). Sum of RGB (Red+Green+Blue) = 39+9+125=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #27097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27097D is #D8F682. Grayscale: #1E1E1E. Windows color (decimal): -14218883 or 8194343. OLE color: 8194343.
HSL color Cylindrical-coordinate representation of color #27097D: hue angle of 255.52º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27097D is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 9 | 125 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.51 |
| HSL | 255.52º | 0.87% | 0.26% | - |
| HSV(B) | 255.52º | 0.93% | 0.49% | - |
| XYZ | 4.64 | 2.11 | 19.56 | - |
| YUV | 31.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 9 | 125 | 0.69 | 0.93 | 0 | 0.51 | 255.52 | 0.87 | 0.26 |
| Hex | 27 | 9 | 7D | 45 | 5D | 0 | 33 | 100 | 57 | 1A |
| Octal | 47 | 11 | 175 | 105 | 135 | 0 | 63 | 400 | 127 | 32 |
| Binary | 100111 | 1001 | 1111101 | 1000101 | 1011101 | 0 | 110011 | 100000000 | 1010111 | 11010 |
Color Harmonies of #27097D
Complementary color
Monochromatic Colors of #27097D
Black with #27097D
Text Example
Text Example
White with #27097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27097D; }
p { color: rgb(39,9,125); }
H1.HeaderClassName
{
color: #27097D;
}
.AnyTagClassName
{
color: #27097D;
}
</style>
background-color css
<style>
a { background-color: #27097D; }
a { background-color: rgb(39,9,125); }
div.DivClassName
{
background-color: #27097D;
}
.BgClassName
{
background-color: #27097D;
}
</style>
border-color css
<style>
span { border-color: #27097D; }
span { border-color: rgb(39,9,125); }
td.TdClassName
{
border-color: #27097D;
}
.TagClassName
{
border-color: #27097D;
}
</style>