Shades of Persian Indigo #26106D
Tints of Persian Indigo #26106D
RGB
CMYK
RGB Variations
Color information
#26106D (or 0x26106D) is known color: Persian Indigo. HEX triplet: 26, 10 and 6D. RGB value is (38,16,109). Sum of RGB (Red+Green+Blue) = 38+16+109=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #26106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26106D is #D9EF92. Grayscale: #202020. Windows color (decimal): -14282643 or 7147558. OLE color: 7147558.
HSL color Cylindrical-coordinate representation of color #26106D: hue angle of 254.19º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26106D is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 16 | 109 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.57 |
| HSL | 254.19º | 0.74% | 0.25% | - |
| HSV(B) | 254.19º | 0.85% | 0.43% | - |
| XYZ | 3.74 | 1.89 | 14.63 | - |
| YUV | 33.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 109 | 0.65 | 0.85 | 0 | 0.57 | 254.19 | 0.74 | 0.25 |
| Hex | 26 | 10 | 6D | 41 | 55 | 0 | 39 | FE | 4A | 19 |
| Octal | 46 | 20 | 155 | 101 | 125 | 0 | 71 | 376 | 112 | 31 |
| Binary | 100110 | 10000 | 1101101 | 1000001 | 1010101 | 0 | 111001 | 11111110 | 1001010 | 11001 |
Color Harmonies of #26106D
Complementary color
Monochromatic Colors of #26106D
Black with #26106D
Text Example
Text Example
White with #26106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26106D; }
p { color: rgb(38,16,109); }
H1.HeaderClassName
{
color: #26106D;
}
.AnyTagClassName
{
color: #26106D;
}
</style>
background-color css
<style>
a { background-color: #26106D; }
a { background-color: rgb(38,16,109); }
div.DivClassName
{
background-color: #26106D;
}
.BgClassName
{
background-color: #26106D;
}
</style>
border-color css
<style>
span { border-color: #26106D; }
span { border-color: rgb(38,16,109); }
td.TdClassName
{
border-color: #26106D;
}
.TagClassName
{
border-color: #26106D;
}
</style>