Shades of Persian Indigo #27047D
Tints of Persian Indigo #27047D
RGB
CMYK
RGB Variations
Color information
#27047D (or 0x27047D) is known color: Persian Indigo. HEX triplet: 27, 04 and 7D. RGB value is (39,4,125). Sum of RGB (Red+Green+Blue) = 39+4+125=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #27047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27047D is #D8FB82. Grayscale: #1B1B1B. Windows color (decimal): -14220163 or 8193063. OLE color: 8193063.
HSL color Cylindrical-coordinate representation of color #27047D: hue angle of 257.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27047D is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 4 | 125 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.51 |
| HSL | 257.36º | 0.94% | 0.25% | - |
| HSV(B) | 257.36º | 0.97% | 0.49% | - |
| XYZ | 4.58 | 2 | 19.55 | - |
| YUV | 28.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 4 | 125 | 0.69 | 0.97 | 0 | 0.51 | 257.36 | 0.94 | 0.25 |
| Hex | 27 | 4 | 7D | 45 | 61 | 0 | 33 | 101 | 5E | 19 |
| Octal | 47 | 4 | 175 | 105 | 141 | 0 | 63 | 401 | 136 | 31 |
| Binary | 100111 | 100 | 1111101 | 1000101 | 1100001 | 0 | 110011 | 100000001 | 1011110 | 11001 |
Color Harmonies of #27047D
Complementary color
Monochromatic Colors of #27047D
Black with #27047D
Text Example
Text Example
White with #27047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27047D; }
p { color: rgb(39,4,125); }
H1.HeaderClassName
{
color: #27047D;
}
.AnyTagClassName
{
color: #27047D;
}
</style>
background-color css
<style>
a { background-color: #27047D; }
a { background-color: rgb(39,4,125); }
div.DivClassName
{
background-color: #27047D;
}
.BgClassName
{
background-color: #27047D;
}
</style>
border-color css
<style>
span { border-color: #27047D; }
span { border-color: rgb(39,4,125); }
td.TdClassName
{
border-color: #27047D;
}
.TagClassName
{
border-color: #27047D;
}
</style>