Shades of Persian Indigo #260B66
Tints of Persian Indigo #260B66
RGB
CMYK
RGB Variations
Color information
#260B66 (or 0x260B66) is known color: Persian Indigo. HEX triplet: 26, 0B and 66. RGB value is (38,11,102). Sum of RGB (Red+Green+Blue) = 38+11+102=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 102 (40.23% from 255 or 67.55% from 151); Max value from RGB is 102 - color contains mainly: blue. Hex color #260B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260B66 is #D9F499. Grayscale: #1D1D1D. Windows color (decimal): -14283930 or 6687526. OLE color: 6687526.
HSL color Cylindrical-coordinate representation of color #260B66: hue angle of 257.8º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260B66 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 11 | 102 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.6 |
| HSL | 257.8º | 0.81% | 0.22% | - |
| HSV(B) | 257.8º | 0.89% | 0.4% | - |
| XYZ | 3.32 | 1.61 | 12.71 | - |
| YUV | 29.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 102 | 0.63 | 0.89 | 0 | 0.6 | 257.8 | 0.81 | 0.22 |
| Hex | 26 | B | 66 | 3F | 59 | 0 | 3C | 102 | 51 | 16 |
| Octal | 46 | 13 | 146 | 77 | 131 | 0 | 74 | 402 | 121 | 26 |
| Binary | 100110 | 1011 | 1100110 | 111111 | 1011001 | 0 | 111100 | 100000010 | 1010001 | 10110 |
Color Harmonies of #260B66
Complementary color
Monochromatic Colors of #260B66
Black with #260B66
Text Example
Text Example
White with #260B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B66; }
p { color: rgb(38,11,102); }
H1.HeaderClassName
{
color: #260B66;
}
.AnyTagClassName
{
color: #260B66;
}
</style>
background-color css
<style>
a { background-color: #260B66; }
a { background-color: rgb(38,11,102); }
div.DivClassName
{
background-color: #260B66;
}
.BgClassName
{
background-color: #260B66;
}
</style>
border-color css
<style>
span { border-color: #260B66; }
span { border-color: rgb(38,11,102); }
td.TdClassName
{
border-color: #260B66;
}
.TagClassName
{
border-color: #260B66;
}
</style>