Shades of Persian Indigo #26047F
Tints of Persian Indigo #26047F
RGB
CMYK
RGB Variations
Color information
#26047F (or 0x26047F) is known color: Persian Indigo. HEX triplet: 26, 04 and 7F. RGB value is (38,4,127). Sum of RGB (Red+Green+Blue) = 38+4+127=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 127 (50% from 255 or 75.15% from 169); Max value from RGB is 127 - color contains mainly: blue. Hex color #26047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26047F is #D9FB80. Grayscale: #1B1B1B. Windows color (decimal): -14285697 or 8324134. OLE color: 8324134.
HSL color Cylindrical-coordinate representation of color #26047F: hue angle of 256.59º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26047F is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 4 | 127 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.50 |
| HSL | 256.59º | 0.94% | 0.26% | - |
| HSV(B) | 256.59º | 0.97% | 0.5% | - |
| XYZ | 4.67 | 2.03 | 20.22 | - |
| YUV | 28.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 127 | 0.70 | 0.97 | 0 | 0.50 | 256.59 | 0.94 | 0.26 |
| Hex | 26 | 4 | 7F | 46 | 61 | 0 | 32 | 101 | 5E | 1A |
| Octal | 46 | 4 | 177 | 106 | 141 | 0 | 62 | 401 | 136 | 32 |
| Binary | 100110 | 100 | 1111111 | 1000110 | 1100001 | 0 | 110010 | 100000001 | 1011110 | 11010 |
Color Harmonies of #26047F
Complementary color
Monochromatic Colors of #26047F
Black with #26047F
Text Example
Text Example
White with #26047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26047F; }
p { color: rgb(38,4,127); }
H1.HeaderClassName
{
color: #26047F;
}
.AnyTagClassName
{
color: #26047F;
}
</style>
background-color css
<style>
a { background-color: #26047F; }
a { background-color: rgb(38,4,127); }
div.DivClassName
{
background-color: #26047F;
}
.BgClassName
{
background-color: #26047F;
}
</style>
border-color css
<style>
span { border-color: #26047F; }
span { border-color: rgb(38,4,127); }
td.TdClassName
{
border-color: #26047F;
}
.TagClassName
{
border-color: #26047F;
}
</style>