Shades of Persian Indigo #260F6E
Tints of Persian Indigo #260F6E
RGB
CMYK
RGB Variations
Color information
#260F6E (or 0x260F6E) is known color: Persian Indigo. HEX triplet: 26, 0F and 6E. RGB value is (38,15,110). Sum of RGB (Red+Green+Blue) = 38+15+110=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #260F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F6E is #D9F091. Grayscale: #202020. Windows color (decimal): -14282898 or 7212838. OLE color: 7212838.
HSL color Cylindrical-coordinate representation of color #260F6E: hue angle of 254.53º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260F6E is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 15 | 110 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.57 |
| HSL | 254.53º | 0.76% | 0.25% | - |
| HSV(B) | 254.53º | 0.86% | 0.43% | - |
| XYZ | 3.78 | 1.88 | 14.92 | - |
| YUV | 32.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 110 | 0.65 | 0.86 | 0 | 0.57 | 254.53 | 0.76 | 0.25 |
| Hex | 26 | F | 6E | 41 | 56 | 0 | 39 | FF | 4C | 19 |
| Octal | 46 | 17 | 156 | 101 | 126 | 0 | 71 | 377 | 114 | 31 |
| Binary | 100110 | 1111 | 1101110 | 1000001 | 1010110 | 0 | 111001 | 11111111 | 1001100 | 11001 |
Color Harmonies of #260F6E
Complementary color
Monochromatic Colors of #260F6E
Black with #260F6E
Text Example
Text Example
White with #260F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F6E; }
p { color: rgb(38,15,110); }
H1.HeaderClassName
{
color: #260F6E;
}
.AnyTagClassName
{
color: #260F6E;
}
</style>
background-color css
<style>
a { background-color: #260F6E; }
a { background-color: rgb(38,15,110); }
div.DivClassName
{
background-color: #260F6E;
}
.BgClassName
{
background-color: #260F6E;
}
</style>
border-color css
<style>
span { border-color: #260F6E; }
span { border-color: rgb(38,15,110); }
td.TdClassName
{
border-color: #260F6E;
}
.TagClassName
{
border-color: #260F6E;
}
</style>