Shades of Persian Indigo #260E71
Tints of Persian Indigo #260E71
RGB
CMYK
RGB Variations
Color information
#260E71 (or 0x260E71) is known color: Persian Indigo. HEX triplet: 26, 0E and 71. RGB value is (38,14,113). Sum of RGB (Red+Green+Blue) = 38+14+113=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #260E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E71 is #D9F18E. Grayscale: #202020. Windows color (decimal): -14283151 or 7409190. OLE color: 7409190.
HSL color Cylindrical-coordinate representation of color #260E71: hue angle of 254.55º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260E71 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 14 | 113 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.56 |
| HSL | 254.55º | 0.78% | 0.25% | - |
| HSV(B) | 254.55º | 0.88% | 0.44% | - |
| XYZ | 3.94 | 1.92 | 15.79 | - |
| YUV | 32.46 | 173.45 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 113 | 0.66 | 0.88 | 0 | 0.56 | 254.55 | 0.78 | 0.25 |
| Hex | 26 | E | 71 | 42 | 58 | 0 | 38 | FF | 4E | 19 |
| Octal | 46 | 16 | 161 | 102 | 130 | 0 | 70 | 377 | 116 | 31 |
| Binary | 100110 | 1110 | 1110001 | 1000010 | 1011000 | 0 | 111000 | 11111111 | 1001110 | 11001 |
Color Harmonies of #260E71
Complementary color
Monochromatic Colors of #260E71
Black with #260E71
Text Example
Text Example
White with #260E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E71; }
p { color: rgb(38,14,113); }
H1.HeaderClassName
{
color: #260E71;
}
.AnyTagClassName
{
color: #260E71;
}
</style>
background-color css
<style>
a { background-color: #260E71; }
a { background-color: rgb(38,14,113); }
div.DivClassName
{
background-color: #260E71;
}
.BgClassName
{
background-color: #260E71;
}
</style>
border-color css
<style>
span { border-color: #260E71; }
span { border-color: rgb(38,14,113); }
td.TdClassName
{
border-color: #260E71;
}
.TagClassName
{
border-color: #260E71;
}
</style>