Shades of Persian Indigo #260C69
Tints of Persian Indigo #260C69
RGB
CMYK
RGB Variations
Color information
#260C69 (or 0x260C69) is known color: Persian Indigo. HEX triplet: 26, 0C and 69. RGB value is (38,12,105). Sum of RGB (Red+Green+Blue) = 38+12+105=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #260C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C69 is #D9F396. Grayscale: #1E1E1E. Windows color (decimal): -14283671 or 6884390. OLE color: 6884390.
HSL color Cylindrical-coordinate representation of color #260C69: hue angle of 256.77º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260C69 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 38 | 12 | 105 | - |
| CMYK | 0.64 | 0.89 | 0 | 0.59 |
| HSL | 256.77º | 0.79% | 0.23% | - |
| HSV(B) | 256.77º | 0.89% | 0.41% | - |
| XYZ | 3.48 | 1.69 | 13.51 | - |
| YUV | 30.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 105 | 0.64 | 0.89 | 0 | 0.59 | 256.77 | 0.79 | 0.23 |
| Hex | 26 | C | 69 | 40 | 59 | 0 | 3B | 101 | 4F | 17 |
| Octal | 46 | 14 | 151 | 100 | 131 | 0 | 73 | 401 | 117 | 27 |
| Binary | 100110 | 1100 | 1101001 | 1000000 | 1011001 | 0 | 111011 | 100000001 | 1001111 | 10111 |
Color Harmonies of #260C69
Complementary color
Monochromatic Colors of #260C69
Black with #260C69
Text Example
Text Example
White with #260C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C69; }
p { color: rgb(38,12,105); }
H1.HeaderClassName
{
color: #260C69;
}
.AnyTagClassName
{
color: #260C69;
}
</style>
background-color css
<style>
a { background-color: #260C69; }
a { background-color: rgb(38,12,105); }
div.DivClassName
{
background-color: #260C69;
}
.BgClassName
{
background-color: #260C69;
}
</style>
border-color css
<style>
span { border-color: #260C69; }
span { border-color: rgb(38,12,105); }
td.TdClassName
{
border-color: #260C69;
}
.TagClassName
{
border-color: #260C69;
}
</style>