Shades of Persian Indigo #26088A
Tints of Persian Indigo #26088A
RGB
CMYK
RGB Variations
Color information
#26088A (or 0x26088A) is known color: Persian Indigo. HEX triplet: 26, 08 and 8A. RGB value is (38,8,138). Sum of RGB (Red+Green+Blue) = 38+8+138=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #26088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26088A is #D9F775. Grayscale: #1F1F1F. Windows color (decimal): -14284662 or 9046054. OLE color: 9046054.
HSL color Cylindrical-coordinate representation of color #26088A: hue angle of 253.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #26088A is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 8 | 138 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.46 |
| HSL | 253.85º | 0.89% | 0.29% | - |
| HSV(B) | 253.85º | 0.94% | 0.54% | - |
| XYZ | 5.47 | 2.42 | 24.22 | - |
| YUV | 31.79 | 187.94 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 138 | 0.72 | 0.94 | 0 | 0.46 | 253.85 | 0.89 | 0.29 |
| Hex | 26 | 8 | 8A | 48 | 5E | 0 | 2E | FE | 59 | 1D |
| Octal | 46 | 10 | 212 | 110 | 136 | 0 | 56 | 376 | 131 | 35 |
| Binary | 100110 | 1000 | 10001010 | 1001000 | 1011110 | 0 | 101110 | 11111110 | 1011001 | 11101 |
Color Harmonies of #26088A
Complementary color
Monochromatic Colors of #26088A
Black with #26088A
Text Example
Text Example
White with #26088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26088A; }
p { color: rgb(38,8,138); }
H1.HeaderClassName
{
color: #26088A;
}
.AnyTagClassName
{
color: #26088A;
}
</style>
background-color css
<style>
a { background-color: #26088A; }
a { background-color: rgb(38,8,138); }
div.DivClassName
{
background-color: #26088A;
}
.BgClassName
{
background-color: #26088A;
}
</style>
border-color css
<style>
span { border-color: #26088A; }
span { border-color: rgb(38,8,138); }
td.TdClassName
{
border-color: #26088A;
}
.TagClassName
{
border-color: #26088A;
}
</style>