Shades of Persian Indigo #331A88
Tints of Persian Indigo #331A88
RGB
CMYK
RGB Variations
Color information
#331A88 (or 0x331A88) is known color: Persian Indigo. HEX triplet: 33, 1A and 88. RGB value is (51,26,136). Sum of RGB (Red+Green+Blue) = 51+26+136=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #331A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A88 is #CCE577. Grayscale: #2D2D2D. Windows color (decimal): -13428088 or 8919603. OLE color: 8919603.
HSL color Cylindrical-coordinate representation of color #331A88: hue angle of 253.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331A88 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 26 | 136 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.47 |
| HSL | 253.64º | 0.68% | 0.32% | - |
| HSV(B) | 253.64º | 0.81% | 0.53% | - |
| XYZ | 6.18 | 3.22 | 23.59 | - |
| YUV | 46.02 | 178.78 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 136 | 0.62 | 0.81 | 0 | 0.47 | 253.64 | 0.68 | 0.32 |
| Hex | 33 | 1A | 88 | 3E | 51 | 0 | 2F | FE | 44 | 20 |
| Octal | 63 | 32 | 210 | 76 | 121 | 0 | 57 | 376 | 104 | 40 |
| Binary | 110011 | 11010 | 10001000 | 111110 | 1010001 | 0 | 101111 | 11111110 | 1000100 | 100000 |
Color Harmonies of #331A88
Complementary color
Monochromatic Colors of #331A88
Black with #331A88
Text Example
Text Example
White with #331A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A88; }
p { color: rgb(51,26,136); }
H1.HeaderClassName
{
color: #331A88;
}
.AnyTagClassName
{
color: #331A88;
}
</style>
background-color css
<style>
a { background-color: #331A88; }
a { background-color: rgb(51,26,136); }
div.DivClassName
{
background-color: #331A88;
}
.BgClassName
{
background-color: #331A88;
}
</style>
border-color css
<style>
span { border-color: #331A88; }
span { border-color: rgb(51,26,136); }
td.TdClassName
{
border-color: #331A88;
}
.TagClassName
{
border-color: #331A88;
}
</style>