Shades of Persian Indigo #260D68
Tints of Persian Indigo #260D68
RGB
CMYK
RGB Variations
Color information
#260D68 (or 0x260D68) is known color: Persian Indigo. HEX triplet: 26, 0D and 68. RGB value is (38,13,104). Sum of RGB (Red+Green+Blue) = 38+13+104=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #260D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D68 is #D9F297. Grayscale: #1E1E1E. Windows color (decimal): -14283416 or 6819110. OLE color: 6819110.
HSL color Cylindrical-coordinate representation of color #260D68: hue angle of 256.48º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260D68 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 13 | 104 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.59 |
| HSL | 256.48º | 0.78% | 0.23% | - |
| HSV(B) | 256.48º | 0.88% | 0.41% | - |
| XYZ | 3.44 | 1.7 | 13.24 | - |
| YUV | 30.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 104 | 0.63 | 0.88 | 0 | 0.59 | 256.48 | 0.78 | 0.23 |
| Hex | 26 | D | 68 | 3F | 58 | 0 | 3B | 100 | 4E | 17 |
| Octal | 46 | 15 | 150 | 77 | 130 | 0 | 73 | 400 | 116 | 27 |
| Binary | 100110 | 1101 | 1101000 | 111111 | 1011000 | 0 | 111011 | 100000000 | 1001110 | 10111 |
Color Harmonies of #260D68
Complementary color
Monochromatic Colors of #260D68
Black with #260D68
Text Example
Text Example
White with #260D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D68; }
p { color: rgb(38,13,104); }
H1.HeaderClassName
{
color: #260D68;
}
.AnyTagClassName
{
color: #260D68;
}
</style>
background-color css
<style>
a { background-color: #260D68; }
a { background-color: rgb(38,13,104); }
div.DivClassName
{
background-color: #260D68;
}
.BgClassName
{
background-color: #260D68;
}
</style>
border-color css
<style>
span { border-color: #260D68; }
span { border-color: rgb(38,13,104); }
td.TdClassName
{
border-color: #260D68;
}
.TagClassName
{
border-color: #260D68;
}
</style>