Shades of Persian Indigo #26177C
Tints of Persian Indigo #26177C
RGB
CMYK
RGB Variations
Color information
#26177C (or 0x26177C) is known color: Persian Indigo. HEX triplet: 26, 17 and 7C. RGB value is (38,23,124). Sum of RGB (Red+Green+Blue) = 38+23+124=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #26177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26177C is #D9E883. Grayscale: #262626. Windows color (decimal): -14280836 or 8132390. OLE color: 8132390.
HSL color Cylindrical-coordinate representation of color #26177C: hue angle of 248.91º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26177C is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 23 | 124 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.51 |
| HSL | 248.91º | 0.69% | 0.29% | - |
| HSV(B) | 248.91º | 0.81% | 0.49% | - |
| XYZ | 4.74 | 2.48 | 19.3 | - |
| YUV | 39 | 175.97 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 124 | 0.69 | 0.81 | 0 | 0.51 | 248.91 | 0.69 | 0.29 |
| Hex | 26 | 17 | 7C | 45 | 51 | 0 | 33 | F9 | 45 | 1D |
| Octal | 46 | 27 | 174 | 105 | 121 | 0 | 63 | 371 | 105 | 35 |
| Binary | 100110 | 10111 | 1111100 | 1000101 | 1010001 | 0 | 110011 | 11111001 | 1000101 | 11101 |
Color Harmonies of #26177C
Complementary color
Monochromatic Colors of #26177C
Black with #26177C
Text Example
Text Example
White with #26177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26177C; }
p { color: rgb(38,23,124); }
H1.HeaderClassName
{
color: #26177C;
}
.AnyTagClassName
{
color: #26177C;
}
</style>
background-color css
<style>
a { background-color: #26177C; }
a { background-color: rgb(38,23,124); }
div.DivClassName
{
background-color: #26177C;
}
.BgClassName
{
background-color: #26177C;
}
</style>
border-color css
<style>
span { border-color: #26177C; }
span { border-color: rgb(38,23,124); }
td.TdClassName
{
border-color: #26177C;
}
.TagClassName
{
border-color: #26177C;
}
</style>