Shades of Persian Indigo #26026C
Tints of Persian Indigo #26026C
RGB
CMYK
RGB Variations
Color information
#26026C (or 0x26026C) is known color: Persian Indigo. HEX triplet: 26, 02 and 6C. RGB value is (38,2,108). Sum of RGB (Red+Green+Blue) = 38+2+108=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #26026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26026C is #D9FD93. Grayscale: #181818. Windows color (decimal): -14286228 or 7078438. OLE color: 7078438.
HSL color Cylindrical-coordinate representation of color #26026C: hue angle of 260.38º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26026C is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 2 | 108 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.58 |
| HSL | 260.38º | 0.96% | 0.22% | - |
| HSV(B) | 260.38º | 0.98% | 0.42% | - |
| XYZ | 3.53 | 1.54 | 14.3 | - |
| YUV | 24.85 | 174.93 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 108 | 0.65 | 0.98 | 0 | 0.58 | 260.38 | 0.96 | 0.22 |
| Hex | 26 | 2 | 6C | 41 | 62 | 0 | 3A | 104 | 60 | 16 |
| Octal | 46 | 2 | 154 | 101 | 142 | 0 | 72 | 404 | 140 | 26 |
| Binary | 100110 | 10 | 1101100 | 1000001 | 1100010 | 0 | 111010 | 100000100 | 1100000 | 10110 |
Color Harmonies of #26026C
Complementary color
Monochromatic Colors of #26026C
Black with #26026C
Text Example
Text Example
White with #26026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26026C; }
p { color: rgb(38,2,108); }
H1.HeaderClassName
{
color: #26026C;
}
.AnyTagClassName
{
color: #26026C;
}
</style>
background-color css
<style>
a { background-color: #26026C; }
a { background-color: rgb(38,2,108); }
div.DivClassName
{
background-color: #26026C;
}
.BgClassName
{
background-color: #26026C;
}
</style>
border-color css
<style>
span { border-color: #26026C; }
span { border-color: rgb(38,2,108); }
td.TdClassName
{
border-color: #26026C;
}
.TagClassName
{
border-color: #26026C;
}
</style>