Shades of Persian Indigo #331A8E
Tints of Persian Indigo #331A8E
RGB
CMYK
RGB Variations
Color information
#331A8E (or 0x331A8E) is known color: Persian Indigo. HEX triplet: 33, 1A and 8E. RGB value is (51,26,142). Sum of RGB (Red+Green+Blue) = 51+26+142=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #331A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331A8E is #CCE571. Grayscale: #2E2E2E. Windows color (decimal): -13428082 or 9312819. OLE color: 9312819.
HSL color Cylindrical-coordinate representation of color #331A8E: hue angle of 252.93º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331A8E is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 26 | 142 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.44 |
| HSL | 252.93º | 0.69% | 0.33% | - |
| HSV(B) | 252.93º | 0.82% | 0.56% | - |
| XYZ | 6.62 | 3.4 | 25.9 | - |
| YUV | 46.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 142 | 0.64 | 0.82 | 0 | 0.44 | 252.93 | 0.69 | 0.33 |
| Hex | 33 | 1A | 8E | 40 | 52 | 0 | 2C | FD | 45 | 21 |
| Octal | 63 | 32 | 216 | 100 | 122 | 0 | 54 | 375 | 105 | 41 |
| Binary | 110011 | 11010 | 10001110 | 1000000 | 1010010 | 0 | 101100 | 11111101 | 1000101 | 100001 |
Color Harmonies of #331A8E
Complementary color
Monochromatic Colors of #331A8E
Black with #331A8E
Text Example
Text Example
White with #331A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A8E; }
p { color: rgb(51,26,142); }
H1.HeaderClassName
{
color: #331A8E;
}
.AnyTagClassName
{
color: #331A8E;
}
</style>
background-color css
<style>
a { background-color: #331A8E; }
a { background-color: rgb(51,26,142); }
div.DivClassName
{
background-color: #331A8E;
}
.BgClassName
{
background-color: #331A8E;
}
</style>
border-color css
<style>
span { border-color: #331A8E; }
span { border-color: rgb(51,26,142); }
td.TdClassName
{
border-color: #331A8E;
}
.TagClassName
{
border-color: #331A8E;
}
</style>