Shades of Persian Indigo #260B86
Tints of Persian Indigo #260B86
RGB
CMYK
RGB Variations
Color information
#260B86 (or 0x260B86) is known color: Persian Indigo. HEX triplet: 26, 0B and 86. RGB value is (38,11,134). Sum of RGB (Red+Green+Blue) = 38+11+134=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #260B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260B86 is #D9F479. Grayscale: #202020. Windows color (decimal): -14283898 or 8784678. OLE color: 8784678.
HSL color Cylindrical-coordinate representation of color #260B86: hue angle of 253.17º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260B86 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 11 | 134 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.47 |
| HSL | 253.17º | 0.85% | 0.28% | - |
| HSV(B) | 253.17º | 0.92% | 0.53% | - |
| XYZ | 5.22 | 2.37 | 22.74 | - |
| YUV | 33.1 | 184.95 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 134 | 0.72 | 0.92 | 0 | 0.47 | 253.17 | 0.85 | 0.28 |
| Hex | 26 | B | 86 | 48 | 5C | 0 | 2F | FD | 55 | 1C |
| Octal | 46 | 13 | 206 | 110 | 134 | 0 | 57 | 375 | 125 | 34 |
| Binary | 100110 | 1011 | 10000110 | 1001000 | 1011100 | 0 | 101111 | 11111101 | 1010101 | 11100 |
Color Harmonies of #260B86
Complementary color
Monochromatic Colors of #260B86
Black with #260B86
Text Example
Text Example
White with #260B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B86; }
p { color: rgb(38,11,134); }
H1.HeaderClassName
{
color: #260B86;
}
.AnyTagClassName
{
color: #260B86;
}
</style>
background-color css
<style>
a { background-color: #260B86; }
a { background-color: rgb(38,11,134); }
div.DivClassName
{
background-color: #260B86;
}
.BgClassName
{
background-color: #260B86;
}
</style>
border-color css
<style>
span { border-color: #260B86; }
span { border-color: rgb(38,11,134); }
td.TdClassName
{
border-color: #260B86;
}
.TagClassName
{
border-color: #260B86;
}
</style>