Shades of Persian Indigo #27006F
Tints of Persian Indigo #27006F
RGB
CMYK
RGB Variations
Color information
#27006F (or 0x27006F) is known color: Persian Indigo. HEX triplet: 27, 00 and 6F. RGB value is (39,0,111). Sum of RGB (Red+Green+Blue) = 39+0+111=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #27006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27006F is #D8FF90. Grayscale: #171717. Windows color (decimal): -14221201 or 7274535. OLE color: 7274535.
HSL color Cylindrical-coordinate representation of color #27006F: hue angle of 261.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #27006F is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 0 | 111 | - |
| CMYK | 0.65 | 1 | 0 | 0.56 |
| HSL | 261.08º | 1% | 0.22% | - |
| HSV(B) | 261.08º | 1% | 0.44% | - |
| XYZ | 3.71 | 1.58 | 15.15 | - |
| YUV | 24.32 | 176.92 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 0 | 111 | 0.65 | 1 | 0 | 0.56 | 261.08 | 1 | 0.22 |
| Hex | 27 | 0 | 6F | 41 | 64 | 0 | 38 | 105 | 64 | 16 |
| Octal | 47 | 0 | 157 | 101 | 144 | 0 | 70 | 405 | 144 | 26 |
| Binary | 100111 | 0 | 1101111 | 1000001 | 1100100 | 0 | 111000 | 100000101 | 1100100 | 10110 |
Color Harmonies of #27006F
Complementary color
Monochromatic Colors of #27006F
Black with #27006F
Text Example
Text Example
White with #27006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27006F; }
p { color: rgb(39,0,111); }
H1.HeaderClassName
{
color: #27006F;
}
.AnyTagClassName
{
color: #27006F;
}
</style>
background-color css
<style>
a { background-color: #27006F; }
a { background-color: rgb(39,0,111); }
div.DivClassName
{
background-color: #27006F;
}
.BgClassName
{
background-color: #27006F;
}
</style>
border-color css
<style>
span { border-color: #27006F; }
span { border-color: rgb(39,0,111); }
td.TdClassName
{
border-color: #27006F;
}
.TagClassName
{
border-color: #27006F;
}
</style>