Shades of Persian Indigo #26058B
Tints of Persian Indigo #26058B
RGB
CMYK
RGB Variations
Color information
#26058B (or 0x26058B) is known color: Persian Indigo. HEX triplet: 26, 05 and 8B. RGB value is (38,5,139). Sum of RGB (Red+Green+Blue) = 38+5+139=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #26058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26058B is #D9FA74. Grayscale: #1D1D1D. Windows color (decimal): -14285429 or 9110822. OLE color: 9110822.
HSL color Cylindrical-coordinate representation of color #26058B: hue angle of 254.78º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26058B is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 5 | 139 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.45 |
| HSL | 254.78º | 0.93% | 0.28% | - |
| HSV(B) | 254.78º | 0.96% | 0.55% | - |
| XYZ | 5.51 | 2.38 | 24.6 | - |
| YUV | 30.14 | 189.43 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 139 | 0.73 | 0.96 | 0 | 0.45 | 254.78 | 0.93 | 0.28 |
| Hex | 26 | 5 | 8B | 49 | 60 | 0 | 2D | FF | 5D | 1C |
| Octal | 46 | 5 | 213 | 111 | 140 | 0 | 55 | 377 | 135 | 34 |
| Binary | 100110 | 101 | 10001011 | 1001001 | 1100000 | 0 | 101101 | 11111111 | 1011101 | 11100 |
Color Harmonies of #26058B
Complementary color
Monochromatic Colors of #26058B
Black with #26058B
Text Example
Text Example
White with #26058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26058B; }
p { color: rgb(38,5,139); }
H1.HeaderClassName
{
color: #26058B;
}
.AnyTagClassName
{
color: #26058B;
}
</style>
background-color css
<style>
a { background-color: #26058B; }
a { background-color: rgb(38,5,139); }
div.DivClassName
{
background-color: #26058B;
}
.BgClassName
{
background-color: #26058B;
}
</style>
border-color css
<style>
span { border-color: #26058B; }
span { border-color: rgb(38,5,139); }
td.TdClassName
{
border-color: #26058B;
}
.TagClassName
{
border-color: #26058B;
}
</style>