Shades of Persian Indigo #260E79
Tints of Persian Indigo #260E79
RGB
CMYK
RGB Variations
Color information
#260E79 (or 0x260E79) is known color: Persian Indigo. HEX triplet: 26, 0E and 79. RGB value is (38,14,121). Sum of RGB (Red+Green+Blue) = 38+14+121=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #260E79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E79 is #D9F186. Grayscale: #202020. Windows color (decimal): -14283143 or 7933478. OLE color: 7933478.
HSL color Cylindrical-coordinate representation of color #260E79: hue angle of 253.46º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260E79 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 14 | 121 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.53 |
| HSL | 253.46º | 0.79% | 0.26% | - |
| HSV(B) | 253.46º | 0.88% | 0.47% | - |
| XYZ | 4.41 | 2.11 | 18.26 | - |
| YUV | 33.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 121 | 0.69 | 0.88 | 0 | 0.53 | 253.46 | 0.79 | 0.26 |
| Hex | 26 | E | 79 | 45 | 58 | 0 | 35 | FD | 4F | 1A |
| Octal | 46 | 16 | 171 | 105 | 130 | 0 | 65 | 375 | 117 | 32 |
| Binary | 100110 | 1110 | 1111001 | 1000101 | 1011000 | 0 | 110101 | 11111101 | 1001111 | 11010 |
Color Harmonies of #260E79
Complementary color
Monochromatic Colors of #260E79
Black with #260E79
Text Example
Text Example
White with #260E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E79; }
p { color: rgb(38,14,121); }
H1.HeaderClassName
{
color: #260E79;
}
.AnyTagClassName
{
color: #260E79;
}
</style>
background-color css
<style>
a { background-color: #260E79; }
a { background-color: rgb(38,14,121); }
div.DivClassName
{
background-color: #260E79;
}
.BgClassName
{
background-color: #260E79;
}
</style>
border-color css
<style>
span { border-color: #260E79; }
span { border-color: rgb(38,14,121); }
td.TdClassName
{
border-color: #260E79;
}
.TagClassName
{
border-color: #260E79;
}
</style>