Shades of Persian Indigo #260F71
Tints of Persian Indigo #260F71
RGB
CMYK
RGB Variations
Color information
#260F71 (or 0x260F71) is known color: Persian Indigo. HEX triplet: 26, 0F and 71. RGB value is (38,15,113). Sum of RGB (Red+Green+Blue) = 38+15+113=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #260F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F71 is #D9F08E. Grayscale: #202020. Windows color (decimal): -14282895 or 7409446. OLE color: 7409446.
HSL color Cylindrical-coordinate representation of color #260F71: hue angle of 254.08º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260F71 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 15 | 113 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.56 |
| HSL | 254.08º | 0.77% | 0.25% | - |
| HSV(B) | 254.08º | 0.87% | 0.44% | - |
| XYZ | 3.95 | 1.95 | 15.79 | - |
| YUV | 33.05 | 173.12 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 113 | 0.66 | 0.87 | 0 | 0.56 | 254.08 | 0.77 | 0.25 |
| Hex | 26 | F | 71 | 42 | 57 | 0 | 38 | FE | 4D | 19 |
| Octal | 46 | 17 | 161 | 102 | 127 | 0 | 70 | 376 | 115 | 31 |
| Binary | 100110 | 1111 | 1110001 | 1000010 | 1010111 | 0 | 111000 | 11111110 | 1001101 | 11001 |
Color Harmonies of #260F71
Complementary color
Monochromatic Colors of #260F71
Black with #260F71
Text Example
Text Example
White with #260F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F71; }
p { color: rgb(38,15,113); }
H1.HeaderClassName
{
color: #260F71;
}
.AnyTagClassName
{
color: #260F71;
}
</style>
background-color css
<style>
a { background-color: #260F71; }
a { background-color: rgb(38,15,113); }
div.DivClassName
{
background-color: #260F71;
}
.BgClassName
{
background-color: #260F71;
}
</style>
border-color css
<style>
span { border-color: #260F71; }
span { border-color: rgb(38,15,113); }
td.TdClassName
{
border-color: #260F71;
}
.TagClassName
{
border-color: #260F71;
}
</style>