Shades of Persian Indigo #26147C
Tints of Persian Indigo #26147C
RGB
CMYK
RGB Variations
Color information
#26147C (or 0x26147C) is known color: Persian Indigo. HEX triplet: 26, 14 and 7C. RGB value is (38,20,124). Sum of RGB (Red+Green+Blue) = 38+20+124=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #26147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26147C is #D9EB83. Grayscale: #242424. Windows color (decimal): -14281604 or 8131622. OLE color: 8131622.
HSL color Cylindrical-coordinate representation of color #26147C: hue angle of 250.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26147C is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 20 | 124 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.51 |
| HSL | 250.38º | 0.72% | 0.28% | - |
| HSV(B) | 250.38º | 0.84% | 0.49% | - |
| XYZ | 4.69 | 2.37 | 19.28 | - |
| YUV | 37.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 124 | 0.69 | 0.84 | 0 | 0.51 | 250.38 | 0.72 | 0.28 |
| Hex | 26 | 14 | 7C | 45 | 54 | 0 | 33 | FA | 48 | 1C |
| Octal | 46 | 24 | 174 | 105 | 124 | 0 | 63 | 372 | 110 | 34 |
| Binary | 100110 | 10100 | 1111100 | 1000101 | 1010100 | 0 | 110011 | 11111010 | 1001000 | 11100 |
Color Harmonies of #26147C
Complementary color
Monochromatic Colors of #26147C
Black with #26147C
Text Example
Text Example
White with #26147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26147C; }
p { color: rgb(38,20,124); }
H1.HeaderClassName
{
color: #26147C;
}
.AnyTagClassName
{
color: #26147C;
}
</style>
background-color css
<style>
a { background-color: #26147C; }
a { background-color: rgb(38,20,124); }
div.DivClassName
{
background-color: #26147C;
}
.BgClassName
{
background-color: #26147C;
}
</style>
border-color css
<style>
span { border-color: #26147C; }
span { border-color: rgb(38,20,124); }
td.TdClassName
{
border-color: #26147C;
}
.TagClassName
{
border-color: #26147C;
}
</style>