Shades of Persian Indigo #26047C
Tints of Persian Indigo #26047C
RGB
CMYK
RGB Variations
Color information
#26047C (or 0x26047C) is known color: Persian Indigo. HEX triplet: 26, 04 and 7C. RGB value is (38,4,124). Sum of RGB (Red+Green+Blue) = 38+4+124=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #26047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26047C is #D9FB83. Grayscale: #1B1B1B. Windows color (decimal): -14285700 or 8127526. OLE color: 8127526.
HSL color Cylindrical-coordinate representation of color #26047C: hue angle of 257º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26047C is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 4 | 124 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.51 |
| HSL | 257º | 0.94% | 0.25% | - |
| HSV(B) | 257º | 0.97% | 0.49% | - |
| XYZ | 4.48 | 1.95 | 19.21 | - |
| YUV | 27.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 4 | 124 | 0.69 | 0.97 | 0 | 0.51 | 257 | 0.94 | 0.25 |
| Hex | 26 | 4 | 7C | 45 | 61 | 0 | 33 | 101 | 5E | 19 |
| Octal | 46 | 4 | 174 | 105 | 141 | 0 | 63 | 401 | 136 | 31 |
| Binary | 100110 | 100 | 1111100 | 1000101 | 1100001 | 0 | 110011 | 100000001 | 1011110 | 11001 |
Color Harmonies of #26047C
Complementary color
Monochromatic Colors of #26047C
Black with #26047C
Text Example
Text Example
White with #26047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26047C; }
p { color: rgb(38,4,124); }
H1.HeaderClassName
{
color: #26047C;
}
.AnyTagClassName
{
color: #26047C;
}
</style>
background-color css
<style>
a { background-color: #26047C; }
a { background-color: rgb(38,4,124); }
div.DivClassName
{
background-color: #26047C;
}
.BgClassName
{
background-color: #26047C;
}
</style>
border-color css
<style>
span { border-color: #26047C; }
span { border-color: rgb(38,4,124); }
td.TdClassName
{
border-color: #26047C;
}
.TagClassName
{
border-color: #26047C;
}
</style>