Shades of Persian Indigo #26018C
Tints of Persian Indigo #26018C
RGB
CMYK
RGB Variations
Color information
#26018C (or 0x26018C) is known color: Persian Indigo. HEX triplet: 26, 01 and 8C. RGB value is (38,1,140). Sum of RGB (Red+Green+Blue) = 38+1+140=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #26018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26018C is #D9FE73. Grayscale: #1B1B1B. Windows color (decimal): -14286452 or 9175334. OLE color: 9175334.
HSL color Cylindrical-coordinate representation of color #26018C: hue angle of 255.97º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26018C is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 1 | 140 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.45 |
| HSL | 255.97º | 0.99% | 0.28% | - |
| HSV(B) | 255.97º | 0.99% | 0.55% | - |
| XYZ | 5.54 | 2.33 | 24.97 | - |
| YUV | 27.91 | 191.26 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 140 | 0.73 | 0.99 | 0 | 0.45 | 255.97 | 0.99 | 0.28 |
| Hex | 26 | 1 | 8C | 49 | 63 | 0 | 2D | 100 | 63 | 1C |
| Octal | 46 | 1 | 214 | 111 | 143 | 0 | 55 | 400 | 143 | 34 |
| Binary | 100110 | 1 | 10001100 | 1001001 | 1100011 | 0 | 101101 | 100000000 | 1100011 | 11100 |
Color Harmonies of #26018C
Complementary color
Monochromatic Colors of #26018C
Black with #26018C
Text Example
Text Example
White with #26018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26018C; }
p { color: rgb(38,1,140); }
H1.HeaderClassName
{
color: #26018C;
}
.AnyTagClassName
{
color: #26018C;
}
</style>
background-color css
<style>
a { background-color: #26018C; }
a { background-color: rgb(38,1,140); }
div.DivClassName
{
background-color: #26018C;
}
.BgClassName
{
background-color: #26018C;
}
</style>
border-color css
<style>
span { border-color: #26018C; }
span { border-color: rgb(38,1,140); }
td.TdClassName
{
border-color: #26018C;
}
.TagClassName
{
border-color: #26018C;
}
</style>