Shades of Persian Indigo #26006B
Tints of Persian Indigo #26006B
RGB
CMYK
RGB Variations
Color information
#26006B (or 0x26006B) is known color: Persian Indigo. HEX triplet: 26, 00 and 6B. RGB value is (38,0,107). Sum of RGB (Red+Green+Blue) = 38+0+107=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #26006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26006B is #D9FF94. Grayscale: #171717. Windows color (decimal): -14286741 or 7012390. OLE color: 7012390.
HSL color Cylindrical-coordinate representation of color #26006B: hue angle of 261.31º 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 #26006B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 0 | 107 | - |
| CMYK | 0.64 | 1 | 0 | 0.58 |
| HSL | 261.31º | 1% | 0.21% | - |
| HSV(B) | 261.31º | 1% | 0.42% | - |
| XYZ | 3.45 | 1.47 | 14.01 | - |
| YUV | 23.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 107 | 0.64 | 1 | 0 | 0.58 | 261.31 | 1 | 0.21 |
| Hex | 26 | 0 | 6B | 40 | 64 | 0 | 3A | 105 | 64 | 15 |
| Octal | 46 | 0 | 153 | 100 | 144 | 0 | 72 | 405 | 144 | 25 |
| Binary | 100110 | 0 | 1101011 | 1000000 | 1100100 | 0 | 111010 | 100000101 | 1100100 | 10101 |
Color Harmonies of #26006B
Complementary color
Monochromatic Colors of #26006B
Black with #26006B
Text Example
Text Example
White with #26006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26006B; }
p { color: rgb(38,0,107); }
H1.HeaderClassName
{
color: #26006B;
}
.AnyTagClassName
{
color: #26006B;
}
</style>
background-color css
<style>
a { background-color: #26006B; }
a { background-color: rgb(38,0,107); }
div.DivClassName
{
background-color: #26006B;
}
.BgClassName
{
background-color: #26006B;
}
</style>
border-color css
<style>
span { border-color: #26006B; }
span { border-color: rgb(38,0,107); }
td.TdClassName
{
border-color: #26006B;
}
.TagClassName
{
border-color: #26006B;
}
</style>