Shades of Persian Indigo #27026B
Tints of Persian Indigo #27026B
RGB
CMYK
RGB Variations
Color information
#27026B (or 0x27026B) is known color: Persian Indigo. HEX triplet: 27, 02 and 6B. RGB value is (39,2,107). Sum of RGB (Red+Green+Blue) = 39+2+107=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #27026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27026B is #D8FD94. Grayscale: #181818. Windows color (decimal): -14220693 or 7012903. OLE color: 7012903.
HSL color Cylindrical-coordinate representation of color #27026B: hue angle of 261.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27026B is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 2 | 107 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.58 |
| HSL | 261.14º | 0.96% | 0.21% | - |
| HSV(B) | 261.14º | 0.98% | 0.42% | - |
| XYZ | 3.51 | 1.54 | 14.02 | - |
| YUV | 25.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 2 | 107 | 0.64 | 0.98 | 0 | 0.58 | 261.14 | 0.96 | 0.21 |
| Hex | 27 | 2 | 6B | 40 | 62 | 0 | 3A | 105 | 60 | 15 |
| Octal | 47 | 2 | 153 | 100 | 142 | 0 | 72 | 405 | 140 | 25 |
| Binary | 100111 | 10 | 1101011 | 1000000 | 1100010 | 0 | 111010 | 100000101 | 1100000 | 10101 |
Color Harmonies of #27026B
Complementary color
Monochromatic Colors of #27026B
Black with #27026B
Text Example
Text Example
White with #27026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27026B; }
p { color: rgb(39,2,107); }
H1.HeaderClassName
{
color: #27026B;
}
.AnyTagClassName
{
color: #27026B;
}
</style>
background-color css
<style>
a { background-color: #27026B; }
a { background-color: rgb(39,2,107); }
div.DivClassName
{
background-color: #27026B;
}
.BgClassName
{
background-color: #27026B;
}
</style>
border-color css
<style>
span { border-color: #27026B; }
span { border-color: rgb(39,2,107); }
td.TdClassName
{
border-color: #27026B;
}
.TagClassName
{
border-color: #27026B;
}
</style>