Shades of Persian Indigo #26006A
Tints of Persian Indigo #26006A
RGB
CMYK
RGB Variations
Color information
#26006A (or 0x26006A) is known color: Persian Indigo. HEX triplet: 26, 00 and 6A. RGB value is (38,0,106). Sum of RGB (Red+Green+Blue) = 38+0+106=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #26006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26006A is #D9FF95. Grayscale: #171717. Windows color (decimal): -14286742 or 6946854. OLE color: 6946854.
HSL color Cylindrical-coordinate representation of color #26006A: hue angle of 261.51º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26006A is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 0 | 106 | - |
| CMYK | 0.64 | 1 | 0 | 0.58 |
| HSL | 261.51º | 1% | 0.21% | - |
| HSV(B) | 261.51º | 1% | 0.42% | - |
| XYZ | 3.4 | 1.45 | 13.74 | - |
| YUV | 23.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 106 | 0.64 | 1 | 0 | 0.58 | 261.51 | 1 | 0.21 |
| Hex | 26 | 0 | 6A | 40 | 64 | 0 | 3A | 106 | 64 | 15 |
| Octal | 46 | 0 | 152 | 100 | 144 | 0 | 72 | 406 | 144 | 25 |
| Binary | 100110 | 0 | 1101010 | 1000000 | 1100100 | 0 | 111010 | 100000110 | 1100100 | 10101 |
Color Harmonies of #26006A
Complementary color
Monochromatic Colors of #26006A
Black with #26006A
Text Example
Text Example
White with #26006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26006A; }
p { color: rgb(38,0,106); }
H1.HeaderClassName
{
color: #26006A;
}
.AnyTagClassName
{
color: #26006A;
}
</style>
background-color css
<style>
a { background-color: #26006A; }
a { background-color: rgb(38,0,106); }
div.DivClassName
{
background-color: #26006A;
}
.BgClassName
{
background-color: #26006A;
}
</style>
border-color css
<style>
span { border-color: #26006A; }
span { border-color: rgb(38,0,106); }
td.TdClassName
{
border-color: #26006A;
}
.TagClassName
{
border-color: #26006A;
}
</style>