Shades of Persian Indigo #260B82
Tints of Persian Indigo #260B82
RGB
CMYK
RGB Variations
Color information
#260B82 (or 0x260B82) is known color: Persian Indigo. HEX triplet: 26, 0B and 82. RGB value is (38,11,130). Sum of RGB (Red+Green+Blue) = 38+11+130=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #260B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260B82 is #D9F47D. Grayscale: #202020. Windows color (decimal): -14283902 or 8522534. OLE color: 8522534.
HSL color Cylindrical-coordinate representation of color #260B82: hue angle of 253.61º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260B82 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 11 | 130 | - |
| CMYK | 0.71 | 0.92 | 0 | 0.49 |
| HSL | 253.61º | 0.84% | 0.28% | - |
| HSV(B) | 253.61º | 0.92% | 0.51% | - |
| XYZ | 4.95 | 2.26 | 21.3 | - |
| YUV | 32.64 | 182.95 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 130 | 0.71 | 0.92 | 0 | 0.49 | 253.61 | 0.84 | 0.28 |
| Hex | 26 | B | 82 | 47 | 5C | 0 | 31 | FE | 54 | 1C |
| Octal | 46 | 13 | 202 | 107 | 134 | 0 | 61 | 376 | 124 | 34 |
| Binary | 100110 | 1011 | 10000010 | 1000111 | 1011100 | 0 | 110001 | 11111110 | 1010100 | 11100 |
Color Harmonies of #260B82
Complementary color
Monochromatic Colors of #260B82
Black with #260B82
Text Example
Text Example
White with #260B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260B82; }
p { color: rgb(38,11,130); }
H1.HeaderClassName
{
color: #260B82;
}
.AnyTagClassName
{
color: #260B82;
}
</style>
background-color css
<style>
a { background-color: #260B82; }
a { background-color: rgb(38,11,130); }
div.DivClassName
{
background-color: #260B82;
}
.BgClassName
{
background-color: #260B82;
}
</style>
border-color css
<style>
span { border-color: #260B82; }
span { border-color: rgb(38,11,130); }
td.TdClassName
{
border-color: #260B82;
}
.TagClassName
{
border-color: #260B82;
}
</style>