Shades of Persian Indigo #26177E
Tints of Persian Indigo #26177E
RGB
CMYK
RGB Variations
Color information
#26177E (or 0x26177E) is known color: Persian Indigo. HEX triplet: 26, 17 and 7E. RGB value is (38,23,126). Sum of RGB (Red+Green+Blue) = 38+23+126=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 126 (49.61% from 255 or 67.38% from 187); Max value from RGB is 126 - color contains mainly: blue. Hex color #26177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26177E is #D9E881. Grayscale: #262626. Windows color (decimal): -14280834 or 8263462. OLE color: 8263462.
HSL color Cylindrical-coordinate representation of color #26177E: hue angle of 248.74º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26177E is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 23 | 126 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.51 |
| HSL | 248.74º | 0.69% | 0.29% | - |
| HSV(B) | 248.74º | 0.82% | 0.49% | - |
| XYZ | 4.87 | 2.53 | 19.97 | - |
| YUV | 39.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 126 | 0.70 | 0.82 | 0 | 0.51 | 248.74 | 0.69 | 0.29 |
| Hex | 26 | 17 | 7E | 46 | 52 | 0 | 33 | F9 | 45 | 1D |
| Octal | 46 | 27 | 176 | 106 | 122 | 0 | 63 | 371 | 105 | 35 |
| Binary | 100110 | 10111 | 1111110 | 1000110 | 1010010 | 0 | 110011 | 11111001 | 1000101 | 11101 |
Color Harmonies of #26177E
Complementary color
Monochromatic Colors of #26177E
Black with #26177E
Text Example
Text Example
White with #26177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26177E; }
p { color: rgb(38,23,126); }
H1.HeaderClassName
{
color: #26177E;
}
.AnyTagClassName
{
color: #26177E;
}
</style>
background-color css
<style>
a { background-color: #26177E; }
a { background-color: rgb(38,23,126); }
div.DivClassName
{
background-color: #26177E;
}
.BgClassName
{
background-color: #26177E;
}
</style>
border-color css
<style>
span { border-color: #26177E; }
span { border-color: rgb(38,23,126); }
td.TdClassName
{
border-color: #26177E;
}
.TagClassName
{
border-color: #26177E;
}
</style>