Shades of Persian Indigo #26057C
Tints of Persian Indigo #26057C
RGB
CMYK
RGB Variations
Color information
#26057C (or 0x26057C) is known color: Persian Indigo. HEX triplet: 26, 05 and 7C. RGB value is (38,5,124). Sum of RGB (Red+Green+Blue) = 38+5+124=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #26057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26057C is #D9FA83. Grayscale: #1B1B1B. Windows color (decimal): -14285444 or 8127782. OLE color: 8127782.
HSL color Cylindrical-coordinate representation of color #26057C: hue angle of 256.64º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26057C is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 5 | 124 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.51 |
| HSL | 256.64º | 0.92% | 0.25% | - |
| HSV(B) | 256.64º | 0.96% | 0.49% | - |
| XYZ | 4.49 | 1.98 | 19.21 | - |
| YUV | 28.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 124 | 0.69 | 0.96 | 0 | 0.51 | 256.64 | 0.92 | 0.25 |
| Hex | 26 | 5 | 7C | 45 | 60 | 0 | 33 | 101 | 5C | 19 |
| Octal | 46 | 5 | 174 | 105 | 140 | 0 | 63 | 401 | 134 | 31 |
| Binary | 100110 | 101 | 1111100 | 1000101 | 1100000 | 0 | 110011 | 100000001 | 1011100 | 11001 |
Color Harmonies of #26057C
Complementary color
Monochromatic Colors of #26057C
Black with #26057C
Text Example
Text Example
White with #26057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26057C; }
p { color: rgb(38,5,124); }
H1.HeaderClassName
{
color: #26057C;
}
.AnyTagClassName
{
color: #26057C;
}
</style>
background-color css
<style>
a { background-color: #26057C; }
a { background-color: rgb(38,5,124); }
div.DivClassName
{
background-color: #26057C;
}
.BgClassName
{
background-color: #26057C;
}
</style>
border-color css
<style>
span { border-color: #26057C; }
span { border-color: rgb(38,5,124); }
td.TdClassName
{
border-color: #26057C;
}
.TagClassName
{
border-color: #26057C;
}
</style>