Shades of Persian Indigo #26146B
Tints of Persian Indigo #26146B
RGB
CMYK
RGB Variations
Color information
#26146B (or 0x26146B) is known color: Persian Indigo. HEX triplet: 26, 14 and 6B. RGB value is (38,20,107). Sum of RGB (Red+Green+Blue) = 38+20+107=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #26146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26146B is #D9EB94. Grayscale: #222222. Windows color (decimal): -14281621 or 7017510. OLE color: 7017510.
HSL color Cylindrical-coordinate representation of color #26146B: hue angle of 252.41º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26146B is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 20 | 107 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.58 |
| HSL | 252.41º | 0.69% | 0.25% | - |
| HSV(B) | 252.41º | 0.81% | 0.42% | - |
| XYZ | 3.7 | 1.97 | 14.1 | - |
| YUV | 35.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 20 | 107 | 0.64 | 0.81 | 0 | 0.58 | 252.41 | 0.69 | 0.25 |
| Hex | 26 | 14 | 6B | 40 | 51 | 0 | 3A | FC | 45 | 19 |
| Octal | 46 | 24 | 153 | 100 | 121 | 0 | 72 | 374 | 105 | 31 |
| Binary | 100110 | 10100 | 1101011 | 1000000 | 1010001 | 0 | 111010 | 11111100 | 1000101 | 11001 |
Color Harmonies of #26146B
Complementary color
Monochromatic Colors of #26146B
Black with #26146B
Text Example
Text Example
White with #26146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26146B; }
p { color: rgb(38,20,107); }
H1.HeaderClassName
{
color: #26146B;
}
.AnyTagClassName
{
color: #26146B;
}
</style>
background-color css
<style>
a { background-color: #26146B; }
a { background-color: rgb(38,20,107); }
div.DivClassName
{
background-color: #26146B;
}
.BgClassName
{
background-color: #26146B;
}
</style>
border-color css
<style>
span { border-color: #26146B; }
span { border-color: rgb(38,20,107); }
td.TdClassName
{
border-color: #26146B;
}
.TagClassName
{
border-color: #26146B;
}
</style>