Shades of Persian Indigo #26018A
Tints of Persian Indigo #26018A
RGB
CMYK
RGB Variations
Color information
#26018A (or 0x26018A) is known color: Persian Indigo. HEX triplet: 26, 01 and 8A. RGB value is (38,1,138). Sum of RGB (Red+Green+Blue) = 38+1+138=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #26018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26018A is #D9FE75. Grayscale: #1B1B1B. Windows color (decimal): -14286454 or 9044262. OLE color: 9044262.
HSL color Cylindrical-coordinate representation of color #26018A: hue angle of 256.2º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26018A is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 1 | 138 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.46 |
| HSL | 256.2º | 0.99% | 0.27% | - |
| HSV(B) | 256.2º | 0.99% | 0.54% | - |
| XYZ | 5.4 | 2.27 | 24.2 | - |
| YUV | 27.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 1 | 138 | 0.72 | 0.99 | 0 | 0.46 | 256.2 | 0.99 | 0.27 |
| Hex | 26 | 1 | 8A | 48 | 63 | 0 | 2E | 100 | 63 | 1B |
| Octal | 46 | 1 | 212 | 110 | 143 | 0 | 56 | 400 | 143 | 33 |
| Binary | 100110 | 1 | 10001010 | 1001000 | 1100011 | 0 | 101110 | 100000000 | 1100011 | 11011 |
Color Harmonies of #26018A
Complementary color
Monochromatic Colors of #26018A
Black with #26018A
Text Example
Text Example
White with #26018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26018A; }
p { color: rgb(38,1,138); }
H1.HeaderClassName
{
color: #26018A;
}
.AnyTagClassName
{
color: #26018A;
}
</style>
background-color css
<style>
a { background-color: #26018A; }
a { background-color: rgb(38,1,138); }
div.DivClassName
{
background-color: #26018A;
}
.BgClassName
{
background-color: #26018A;
}
</style>
border-color css
<style>
span { border-color: #26018A; }
span { border-color: rgb(38,1,138); }
td.TdClassName
{
border-color: #26018A;
}
.TagClassName
{
border-color: #26018A;
}
</style>