Shades of Persian Indigo #260F8A
Tints of Persian Indigo #260F8A
RGB
CMYK
RGB Variations
Color information
#260F8A (or 0x260F8A) is known color: Persian Indigo. HEX triplet: 26, 0F and 8A. RGB value is (38,15,138). Sum of RGB (Red+Green+Blue) = 38+15+138=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 138 (54.30% from 255 or 72.25% from 191); Max value from RGB is 138 - color contains mainly: blue. Hex color #260F8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260F8A is #D9F075. Grayscale: #232323. Windows color (decimal): -14282870 or 9047846. OLE color: 9047846.
HSL color Cylindrical-coordinate representation of color #260F8A: hue angle of 251.22º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260F8A is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 15 | 138 | - |
| CMYK | 0.72 | 0.89 | 0 | 0.46 |
| HSL | 251.22º | 0.8% | 0.3% | - |
| HSV(B) | 251.22º | 0.89% | 0.54% | - |
| XYZ | 5.56 | 2.59 | 24.25 | - |
| YUV | 35.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 138 | 0.72 | 0.89 | 0 | 0.46 | 251.22 | 0.8 | 0.3 |
| Hex | 26 | F | 8A | 48 | 59 | 0 | 2E | FB | 50 | 1E |
| Octal | 46 | 17 | 212 | 110 | 131 | 0 | 56 | 373 | 120 | 36 |
| Binary | 100110 | 1111 | 10001010 | 1001000 | 1011001 | 0 | 101110 | 11111011 | 1010000 | 11110 |
Color Harmonies of #260F8A
Complementary color
Monochromatic Colors of #260F8A
Black with #260F8A
Text Example
Text Example
White with #260F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F8A; }
p { color: rgb(38,15,138); }
H1.HeaderClassName
{
color: #260F8A;
}
.AnyTagClassName
{
color: #260F8A;
}
</style>
background-color css
<style>
a { background-color: #260F8A; }
a { background-color: rgb(38,15,138); }
div.DivClassName
{
background-color: #260F8A;
}
.BgClassName
{
background-color: #260F8A;
}
</style>
border-color css
<style>
span { border-color: #260F8A; }
span { border-color: rgb(38,15,138); }
td.TdClassName
{
border-color: #260F8A;
}
.TagClassName
{
border-color: #260F8A;
}
</style>