Shades of Persian Indigo #26097F
Tints of Persian Indigo #26097F
RGB
CMYK
RGB Variations
Color information
#26097F (or 0x26097F) is known color: Persian Indigo. HEX triplet: 26, 09 and 7F. RGB value is (38,9,127). Sum of RGB (Red+Green+Blue) = 38+9+127=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #26097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26097F is #D9F680. Grayscale: #1E1E1E. Windows color (decimal): -14284417 or 8325414. OLE color: 8325414.
HSL color Cylindrical-coordinate representation of color #26097F: hue angle of 254.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26097F is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 9 | 127 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.50 |
| HSL | 254.75º | 0.87% | 0.27% | - |
| HSV(B) | 254.75º | 0.93% | 0.5% | - |
| XYZ | 4.73 | 2.14 | 20.24 | - |
| YUV | 31.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 127 | 0.70 | 0.93 | 0 | 0.50 | 254.75 | 0.87 | 0.27 |
| Hex | 26 | 9 | 7F | 46 | 5D | 0 | 32 | FF | 57 | 1B |
| Octal | 46 | 11 | 177 | 106 | 135 | 0 | 62 | 377 | 127 | 33 |
| Binary | 100110 | 1001 | 1111111 | 1000110 | 1011101 | 0 | 110010 | 11111111 | 1010111 | 11011 |
Color Harmonies of #26097F
Complementary color
Monochromatic Colors of #26097F
Black with #26097F
Text Example
Text Example
White with #26097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26097F; }
p { color: rgb(38,9,127); }
H1.HeaderClassName
{
color: #26097F;
}
.AnyTagClassName
{
color: #26097F;
}
</style>
background-color css
<style>
a { background-color: #26097F; }
a { background-color: rgb(38,9,127); }
div.DivClassName
{
background-color: #26097F;
}
.BgClassName
{
background-color: #26097F;
}
</style>
border-color css
<style>
span { border-color: #26097F; }
span { border-color: rgb(38,9,127); }
td.TdClassName
{
border-color: #26097F;
}
.TagClassName
{
border-color: #26097F;
}
</style>