Shades of Persian Indigo #260C63
Tints of Persian Indigo #260C63
RGB
CMYK
RGB Variations
Color information
#260C63 (or 0x260C63) is known color: Persian Indigo. HEX triplet: 26, 0C and 63. RGB value is (38,12,99). Sum of RGB (Red+Green+Blue) = 38+12+99=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #260C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C63 is #D9F39C. Grayscale: #1D1D1D. Windows color (decimal): -14283677 or 6491174. OLE color: 6491174.
HSL color Cylindrical-coordinate representation of color #260C63: hue angle of 257.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260C63 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 12 | 99 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.61 |
| HSL | 257.93º | 0.78% | 0.22% | - |
| HSV(B) | 257.93º | 0.88% | 0.39% | - |
| XYZ | 3.18 | 1.58 | 11.94 | - |
| YUV | 29.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 99 | 0.62 | 0.88 | 0 | 0.61 | 257.93 | 0.78 | 0.22 |
| Hex | 26 | C | 63 | 3E | 58 | 0 | 3D | 102 | 4E | 16 |
| Octal | 46 | 14 | 143 | 76 | 130 | 0 | 75 | 402 | 116 | 26 |
| Binary | 100110 | 1100 | 1100011 | 111110 | 1011000 | 0 | 111101 | 100000010 | 1001110 | 10110 |
Color Harmonies of #260C63
Complementary color
Monochromatic Colors of #260C63
Black with #260C63
Text Example
Text Example
White with #260C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C63; }
p { color: rgb(38,12,99); }
H1.HeaderClassName
{
color: #260C63;
}
.AnyTagClassName
{
color: #260C63;
}
</style>
background-color css
<style>
a { background-color: #260C63; }
a { background-color: rgb(38,12,99); }
div.DivClassName
{
background-color: #260C63;
}
.BgClassName
{
background-color: #260C63;
}
</style>
border-color css
<style>
span { border-color: #260C63; }
span { border-color: rgb(38,12,99); }
td.TdClassName
{
border-color: #260C63;
}
.TagClassName
{
border-color: #260C63;
}
</style>