Shades of Persian Indigo #26026B
Tints of Persian Indigo #26026B
RGB
CMYK
RGB Variations
Color information
#26026B (or 0x26026B) is known color: Persian Indigo. HEX triplet: 26, 02 and 6B. RGB value is (38,2,107). Sum of RGB (Red+Green+Blue) = 38+2+107=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #26026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26026B is #D9FD94. Grayscale: #181818. Windows color (decimal): -14286229 or 7012902. OLE color: 7012902.
HSL color Cylindrical-coordinate representation of color #26026B: hue angle of 260.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26026B is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 2 | 107 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.58 |
| HSL | 260.57º | 0.96% | 0.21% | - |
| HSV(B) | 260.57º | 0.98% | 0.42% | - |
| XYZ | 3.47 | 1.52 | 14.02 | - |
| YUV | 24.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 107 | 0.64 | 0.98 | 0 | 0.58 | 260.57 | 0.96 | 0.21 |
| Hex | 26 | 2 | 6B | 40 | 62 | 0 | 3A | 105 | 60 | 15 |
| Octal | 46 | 2 | 153 | 100 | 142 | 0 | 72 | 405 | 140 | 25 |
| Binary | 100110 | 10 | 1101011 | 1000000 | 1100010 | 0 | 111010 | 100000101 | 1100000 | 10101 |
Color Harmonies of #26026B
Complementary color
Monochromatic Colors of #26026B
Black with #26026B
Text Example
Text Example
White with #26026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26026B; }
p { color: rgb(38,2,107); }
H1.HeaderClassName
{
color: #26026B;
}
.AnyTagClassName
{
color: #26026B;
}
</style>
background-color css
<style>
a { background-color: #26026B; }
a { background-color: rgb(38,2,107); }
div.DivClassName
{
background-color: #26026B;
}
.BgClassName
{
background-color: #26026B;
}
</style>
border-color css
<style>
span { border-color: #26026B; }
span { border-color: rgb(38,2,107); }
td.TdClassName
{
border-color: #26026B;
}
.TagClassName
{
border-color: #26026B;
}
</style>