Shades of Persian Indigo #26137F
Tints of Persian Indigo #26137F
RGB
CMYK
RGB Variations
Color information
#26137F (or 0x26137F) is known color: Persian Indigo. HEX triplet: 26, 13 and 7F. RGB value is (38,19,127). Sum of RGB (Red+Green+Blue) = 38+19+127=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #26137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26137F is #D9EC80. Grayscale: #242424. Windows color (decimal): -14281857 or 8327974. OLE color: 8327974.
HSL color Cylindrical-coordinate representation of color #26137F: hue angle of 250.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26137F is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 19 | 127 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.50 |
| HSL | 250.56º | 0.74% | 0.29% | - |
| HSV(B) | 250.56º | 0.85% | 0.5% | - |
| XYZ | 4.86 | 2.41 | 20.29 | - |
| YUV | 36.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 127 | 0.70 | 0.85 | 0 | 0.50 | 250.56 | 0.74 | 0.29 |
| Hex | 26 | 13 | 7F | 46 | 55 | 0 | 32 | FB | 4A | 1D |
| Octal | 46 | 23 | 177 | 106 | 125 | 0 | 62 | 373 | 112 | 35 |
| Binary | 100110 | 10011 | 1111111 | 1000110 | 1010101 | 0 | 110010 | 11111011 | 1001010 | 11101 |
Color Harmonies of #26137F
Complementary color
Monochromatic Colors of #26137F
Black with #26137F
Text Example
Text Example
White with #26137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26137F; }
p { color: rgb(38,19,127); }
H1.HeaderClassName
{
color: #26137F;
}
.AnyTagClassName
{
color: #26137F;
}
</style>
background-color css
<style>
a { background-color: #26137F; }
a { background-color: rgb(38,19,127); }
div.DivClassName
{
background-color: #26137F;
}
.BgClassName
{
background-color: #26137F;
}
</style>
border-color css
<style>
span { border-color: #26137F; }
span { border-color: rgb(38,19,127); }
td.TdClassName
{
border-color: #26137F;
}
.TagClassName
{
border-color: #26137F;
}
</style>