Shades of Persian Indigo #26007F
Tints of Persian Indigo #26007F
RGB
CMYK
RGB Variations
Color information
#26007F (or 0x26007F) is known color: Persian Indigo. HEX triplet: 26, 00 and 7F. RGB value is (38,0,127). Sum of RGB (Red+Green+Blue) = 38+0+127=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #26007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26007F is #D9FF80. Grayscale: #191919. Windows color (decimal): -14286721 or 8323110. OLE color: 8323110.
HSL color Cylindrical-coordinate representation of color #26007F: hue angle of 257.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26007F is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 0 | 127 | - |
| CMYK | 0.70 | 1 | 0 | 0.50 |
| HSL | 257.95º | 1% | 0.25% | - |
| HSV(B) | 257.95º | 1% | 0.5% | - |
| XYZ | 4.63 | 1.94 | 20.21 | - |
| YUV | 25.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 127 | 0.70 | 1 | 0 | 0.50 | 257.95 | 1 | 0.25 |
| Hex | 26 | 0 | 7F | 46 | 64 | 0 | 32 | 102 | 64 | 19 |
| Octal | 46 | 0 | 177 | 106 | 144 | 0 | 62 | 402 | 144 | 31 |
| Binary | 100110 | 0 | 1111111 | 1000110 | 1100100 | 0 | 110010 | 100000010 | 1100100 | 11001 |
Color Harmonies of #26007F
Complementary color
Monochromatic Colors of #26007F
Black with #26007F
Text Example
Text Example
White with #26007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26007F; }
p { color: rgb(38,0,127); }
H1.HeaderClassName
{
color: #26007F;
}
.AnyTagClassName
{
color: #26007F;
}
</style>
background-color css
<style>
a { background-color: #26007F; }
a { background-color: rgb(38,0,127); }
div.DivClassName
{
background-color: #26007F;
}
.BgClassName
{
background-color: #26007F;
}
</style>
border-color css
<style>
span { border-color: #26007F; }
span { border-color: rgb(38,0,127); }
td.TdClassName
{
border-color: #26007F;
}
.TagClassName
{
border-color: #26007F;
}
</style>