Shades of Persian Indigo #27146D
Tints of Persian Indigo #27146D
RGB
CMYK
RGB Variations
Color information
#27146D (or 0x27146D) is known color: Persian Indigo. HEX triplet: 27, 14 and 6D. RGB value is (39,20,109). Sum of RGB (Red+Green+Blue) = 39+20+109=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #27146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27146D is #D8EB92. Grayscale: #232323. Windows color (decimal): -14216083 or 7148583. OLE color: 7148583.
HSL color Cylindrical-coordinate representation of color #27146D: hue angle of 252.81º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27146D is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 20 | 109 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.57 |
| HSL | 252.81º | 0.69% | 0.25% | - |
| HSV(B) | 252.81º | 0.82% | 0.43% | - |
| XYZ | 3.85 | 2.04 | 14.66 | - |
| YUV | 35.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 20 | 109 | 0.64 | 0.82 | 0 | 0.57 | 252.81 | 0.69 | 0.25 |
| Hex | 27 | 14 | 6D | 40 | 52 | 0 | 39 | FD | 45 | 19 |
| Octal | 47 | 24 | 155 | 100 | 122 | 0 | 71 | 375 | 105 | 31 |
| Binary | 100111 | 10100 | 1101101 | 1000000 | 1010010 | 0 | 111001 | 11111101 | 1000101 | 11001 |
Color Harmonies of #27146D
Complementary color
Monochromatic Colors of #27146D
Black with #27146D
Text Example
Text Example
White with #27146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27146D; }
p { color: rgb(39,20,109); }
H1.HeaderClassName
{
color: #27146D;
}
.AnyTagClassName
{
color: #27146D;
}
</style>
background-color css
<style>
a { background-color: #27146D; }
a { background-color: rgb(39,20,109); }
div.DivClassName
{
background-color: #27146D;
}
.BgClassName
{
background-color: #27146D;
}
</style>
border-color css
<style>
span { border-color: #27146D; }
span { border-color: rgb(39,20,109); }
td.TdClassName
{
border-color: #27146D;
}
.TagClassName
{
border-color: #27146D;
}
</style>