Shades of Persian Indigo #27188A
Tints of Persian Indigo #27188A
RGB
CMYK
RGB Variations
Color information
#27188A (or 0x27188A) is known color: Persian Indigo. HEX triplet: 27, 18 and 8A. RGB value is (39,24,138). Sum of RGB (Red+Green+Blue) = 39+24+138=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #27188A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27188A is #D8E775. Grayscale: #292929. Windows color (decimal): -14215030 or 9050151. OLE color: 9050151.
HSL color Cylindrical-coordinate representation of color #27188A: hue angle of 247.89º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27188A is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 39 | 24 | 138 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.46 |
| HSL | 247.89º | 0.7% | 0.32% | - |
| HSV(B) | 247.89º | 0.83% | 0.54% | - |
| XYZ | 5.75 | 2.92 | 24.31 | - |
| YUV | 41.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 138 | 0.72 | 0.83 | 0 | 0.46 | 247.89 | 0.7 | 0.32 |
| Hex | 27 | 18 | 8A | 48 | 53 | 0 | 2E | F8 | 46 | 20 |
| Octal | 47 | 30 | 212 | 110 | 123 | 0 | 56 | 370 | 106 | 40 |
| Binary | 100111 | 11000 | 10001010 | 1001000 | 1010011 | 0 | 101110 | 11111000 | 1000110 | 100000 |
Color Harmonies of #27188A
Complementary color
Monochromatic Colors of #27188A
Black with #27188A
Text Example
Text Example
White with #27188A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27188A; }
p { color: rgb(39,24,138); }
H1.HeaderClassName
{
color: #27188A;
}
.AnyTagClassName
{
color: #27188A;
}
</style>
background-color css
<style>
a { background-color: #27188A; }
a { background-color: rgb(39,24,138); }
div.DivClassName
{
background-color: #27188A;
}
.BgClassName
{
background-color: #27188A;
}
</style>
border-color css
<style>
span { border-color: #27188A; }
span { border-color: rgb(39,24,138); }
td.TdClassName
{
border-color: #27188A;
}
.TagClassName
{
border-color: #27188A;
}
</style>