Shades of Persian Indigo #260E63
Tints of Persian Indigo #260E63
RGB
CMYK
RGB Variations
Color information
#260E63 (or 0x260E63) is known color: Persian Indigo. HEX triplet: 26, 0E and 63. RGB value is (38,14,99). Sum of RGB (Red+Green+Blue) = 38+14+99=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #260E63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E63 is #D9F19C. Grayscale: #1E1E1E. Windows color (decimal): -14283165 or 6491686. OLE color: 6491686.
HSL color Cylindrical-coordinate representation of color #260E63: hue angle of 256.94º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260E63 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 14 | 99 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.61 |
| HSL | 256.94º | 0.75% | 0.22% | - |
| HSV(B) | 256.94º | 0.86% | 0.39% | - |
| XYZ | 3.21 | 1.63 | 11.95 | - |
| YUV | 30.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 99 | 0.62 | 0.86 | 0 | 0.61 | 256.94 | 0.75 | 0.22 |
| Hex | 26 | E | 63 | 3E | 56 | 0 | 3D | 101 | 4B | 16 |
| Octal | 46 | 16 | 143 | 76 | 126 | 0 | 75 | 401 | 113 | 26 |
| Binary | 100110 | 1110 | 1100011 | 111110 | 1010110 | 0 | 111101 | 100000001 | 1001011 | 10110 |
Color Harmonies of #260E63
Complementary color
Monochromatic Colors of #260E63
Black with #260E63
Text Example
Text Example
White with #260E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260E63; }
p { color: rgb(38,14,99); }
H1.HeaderClassName
{
color: #260E63;
}
.AnyTagClassName
{
color: #260E63;
}
</style>
background-color css
<style>
a { background-color: #260E63; }
a { background-color: rgb(38,14,99); }
div.DivClassName
{
background-color: #260E63;
}
.BgClassName
{
background-color: #260E63;
}
</style>
border-color css
<style>
span { border-color: #260E63; }
span { border-color: rgb(38,14,99); }
td.TdClassName
{
border-color: #260E63;
}
.TagClassName
{
border-color: #260E63;
}
</style>