Shades of Persian Indigo #26136F
Tints of Persian Indigo #26136F
RGB
CMYK
RGB Variations
Color information
#26136F (or 0x26136F) is known color: Persian Indigo. HEX triplet: 26, 13 and 6F. RGB value is (38,19,111). Sum of RGB (Red+Green+Blue) = 38+19+111=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #26136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26136F is #D9EC90. Grayscale: #222222. Windows color (decimal): -14281873 or 7279398. OLE color: 7279398.
HSL color Cylindrical-coordinate representation of color #26136F: hue angle of 252.39º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26136F is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 19 | 111 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.56 |
| HSL | 252.39º | 0.71% | 0.25% | - |
| HSV(B) | 252.39º | 0.83% | 0.44% | - |
| XYZ | 3.9 | 2.03 | 15.22 | - |
| YUV | 35.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 111 | 0.66 | 0.83 | 0 | 0.56 | 252.39 | 0.71 | 0.25 |
| Hex | 26 | 13 | 6F | 42 | 53 | 0 | 38 | FC | 47 | 19 |
| Octal | 46 | 23 | 157 | 102 | 123 | 0 | 70 | 374 | 107 | 31 |
| Binary | 100110 | 10011 | 1101111 | 1000010 | 1010011 | 0 | 111000 | 11111100 | 1000111 | 11001 |
Color Harmonies of #26136F
Complementary color
Monochromatic Colors of #26136F
Black with #26136F
Text Example
Text Example
White with #26136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26136F; }
p { color: rgb(38,19,111); }
H1.HeaderClassName
{
color: #26136F;
}
.AnyTagClassName
{
color: #26136F;
}
</style>
background-color css
<style>
a { background-color: #26136F; }
a { background-color: rgb(38,19,111); }
div.DivClassName
{
background-color: #26136F;
}
.BgClassName
{
background-color: #26136F;
}
</style>
border-color css
<style>
span { border-color: #26136F; }
span { border-color: rgb(38,19,111); }
td.TdClassName
{
border-color: #26136F;
}
.TagClassName
{
border-color: #26136F;
}
</style>