Shades of Persian Indigo #260869
Tints of Persian Indigo #260869
RGB
CMYK
RGB Variations
Color information
#260869 (or 0x260869) is known color: Persian Indigo. HEX triplet: 26, 08 and 69. RGB value is (38,8,105). Sum of RGB (Red+Green+Blue) = 38+8+105=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #260869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260869 is #D9F796. Grayscale: #1B1B1B. Windows color (decimal): -14284695 or 6883366. OLE color: 6883366.
HSL color Cylindrical-coordinate representation of color #260869: hue angle of 258.56º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260869 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 8 | 105 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.59 |
| HSL | 258.56º | 0.86% | 0.22% | - |
| HSV(B) | 258.56º | 0.92% | 0.41% | - |
| XYZ | 3.44 | 1.61 | 13.49 | - |
| YUV | 28.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 105 | 0.64 | 0.92 | 0 | 0.59 | 258.56 | 0.86 | 0.22 |
| Hex | 26 | 8 | 69 | 40 | 5C | 0 | 3B | 103 | 56 | 16 |
| Octal | 46 | 10 | 151 | 100 | 134 | 0 | 73 | 403 | 126 | 26 |
| Binary | 100110 | 1000 | 1101001 | 1000000 | 1011100 | 0 | 111011 | 100000011 | 1010110 | 10110 |
Color Harmonies of #260869
Complementary color
Monochromatic Colors of #260869
Black with #260869
Text Example
Text Example
White with #260869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260869; }
p { color: rgb(38,8,105); }
H1.HeaderClassName
{
color: #260869;
}
.AnyTagClassName
{
color: #260869;
}
</style>
background-color css
<style>
a { background-color: #260869; }
a { background-color: rgb(38,8,105); }
div.DivClassName
{
background-color: #260869;
}
.BgClassName
{
background-color: #260869;
}
</style>
border-color css
<style>
span { border-color: #260869; }
span { border-color: rgb(38,8,105); }
td.TdClassName
{
border-color: #260869;
}
.TagClassName
{
border-color: #260869;
}
</style>