Shades of Persian Indigo #27008B
Tints of Persian Indigo #27008B
RGB
CMYK
RGB Variations
Color information
#27008B (or 0x27008B) is known color: Persian Indigo. HEX triplet: 27, 00 and 8B. RGB value is (39,0,139). Sum of RGB (Red+Green+Blue) = 39+0+139=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #27008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #27008B is #D8FF74. Grayscale: #1A1A1A. Windows color (decimal): -14221173 or 9109543. OLE color: 9109543.
HSL color Cylindrical-coordinate representation of color #27008B: hue angle of 256.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27008B is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 0 | 139 | - |
| CMYK | 0.72 | 1 | 0 | 0.45 |
| HSL | 256.83º | 1% | 0.27% | - |
| HSV(B) | 256.83º | 1% | 0.55% | - |
| XYZ | 5.5 | 2.3 | 24.58 | - |
| YUV | 27.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 139 | 0.72 | 1 | 0 | 0.45 | 256.83 | 1 | 0.27 |
| Hex | 27 | 0 | 8B | 48 | 64 | 0 | 2D | 101 | 64 | 1B |
| Octal | 47 | 0 | 213 | 110 | 144 | 0 | 55 | 401 | 144 | 33 |
| Binary | 100111 | 0 | 10001011 | 1001000 | 1100100 | 0 | 101101 | 100000001 | 1100100 | 11011 |
Color Harmonies of #27008B
Complementary color
Monochromatic Colors of #27008B
Black with #27008B
Text Example
Text Example
White with #27008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27008B; }
p { color: rgb(39,0,139); }
H1.HeaderClassName
{
color: #27008B;
}
.AnyTagClassName
{
color: #27008B;
}
</style>
background-color css
<style>
a { background-color: #27008B; }
a { background-color: rgb(39,0,139); }
div.DivClassName
{
background-color: #27008B;
}
.BgClassName
{
background-color: #27008B;
}
</style>
border-color css
<style>
span { border-color: #27008B; }
span { border-color: rgb(39,0,139); }
td.TdClassName
{
border-color: #27008B;
}
.TagClassName
{
border-color: #27008B;
}
</style>