Shades of Persian Indigo #260F68
Tints of Persian Indigo #260F68
RGB
CMYK
RGB Variations
Color information
#260F68 (or 0x260F68) is known color: Persian Indigo. HEX triplet: 26, 0F and 68. RGB value is (38,15,104). Sum of RGB (Red+Green+Blue) = 38+15+104=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #260F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F68 is #D9F097. Grayscale: #1F1F1F. Windows color (decimal): -14282904 or 6819622. OLE color: 6819622.
HSL color Cylindrical-coordinate representation of color #260F68: hue angle of 255.51º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260F68 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 15 | 104 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.59 |
| HSL | 255.51º | 0.75% | 0.23% | - |
| HSV(B) | 255.51º | 0.86% | 0.41% | - |
| XYZ | 3.47 | 1.75 | 13.25 | - |
| YUV | 32.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 104 | 0.63 | 0.86 | 0 | 0.59 | 255.51 | 0.75 | 0.23 |
| Hex | 26 | F | 68 | 3F | 56 | 0 | 3B | 100 | 4B | 17 |
| Octal | 46 | 17 | 150 | 77 | 126 | 0 | 73 | 400 | 113 | 27 |
| Binary | 100110 | 1111 | 1101000 | 111111 | 1010110 | 0 | 111011 | 100000000 | 1001011 | 10111 |
Color Harmonies of #260F68
Complementary color
Monochromatic Colors of #260F68
Black with #260F68
Text Example
Text Example
White with #260F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F68; }
p { color: rgb(38,15,104); }
H1.HeaderClassName
{
color: #260F68;
}
.AnyTagClassName
{
color: #260F68;
}
</style>
background-color css
<style>
a { background-color: #260F68; }
a { background-color: rgb(38,15,104); }
div.DivClassName
{
background-color: #260F68;
}
.BgClassName
{
background-color: #260F68;
}
</style>
border-color css
<style>
span { border-color: #260F68; }
span { border-color: rgb(38,15,104); }
td.TdClassName
{
border-color: #260F68;
}
.TagClassName
{
border-color: #260F68;
}
</style>