Shades of Persian Indigo #260C66
Tints of Persian Indigo #260C66
RGB
CMYK
RGB Variations
Color information
#260C66 (or 0x260C66) is known color: Persian Indigo. HEX triplet: 26, 0C and 66. RGB value is (38,12,102). Sum of RGB (Red+Green+Blue) = 38+12+102=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #260C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C66 is #D9F399. Grayscale: #1D1D1D. Windows color (decimal): -14283674 or 6687782. OLE color: 6687782.
HSL color Cylindrical-coordinate representation of color #260C66: hue angle of 257.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260C66 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 12 | 102 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.6 |
| HSL | 257.33º | 0.79% | 0.22% | - |
| HSV(B) | 257.33º | 0.88% | 0.4% | - |
| XYZ | 3.33 | 1.63 | 12.71 | - |
| YUV | 30.03 | 168.61 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 102 | 0.63 | 0.88 | 0 | 0.6 | 257.33 | 0.79 | 0.22 |
| Hex | 26 | C | 66 | 3F | 58 | 0 | 3C | 101 | 4F | 16 |
| Octal | 46 | 14 | 146 | 77 | 130 | 0 | 74 | 401 | 117 | 26 |
| Binary | 100110 | 1100 | 1100110 | 111111 | 1011000 | 0 | 111100 | 100000001 | 1001111 | 10110 |
Color Harmonies of #260C66
Complementary color
Monochromatic Colors of #260C66
Black with #260C66
Text Example
Text Example
White with #260C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C66; }
p { color: rgb(38,12,102); }
H1.HeaderClassName
{
color: #260C66;
}
.AnyTagClassName
{
color: #260C66;
}
</style>
background-color css
<style>
a { background-color: #260C66; }
a { background-color: rgb(38,12,102); }
div.DivClassName
{
background-color: #260C66;
}
.BgClassName
{
background-color: #260C66;
}
</style>
border-color css
<style>
span { border-color: #260C66; }
span { border-color: rgb(38,12,102); }
td.TdClassName
{
border-color: #260C66;
}
.TagClassName
{
border-color: #260C66;
}
</style>