Shades of Persian Indigo #331C8E
Tints of Persian Indigo #331C8E
RGB
CMYK
RGB Variations
Color information
#331C8E (or 0x331C8E) is known color: Persian Indigo. HEX triplet: 33, 1C and 8E. RGB value is (51,28,142). Sum of RGB (Red+Green+Blue) = 51+28+142=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #331C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331C8E is #CCE371. Grayscale: #2F2F2F. Windows color (decimal): -13427570 or 9313331. OLE color: 9313331.
HSL color Cylindrical-coordinate representation of color #331C8E: hue angle of 252.11º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331C8E is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 28 | 142 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.44 |
| HSL | 252.11º | 0.67% | 0.33% | - |
| HSV(B) | 252.11º | 0.8% | 0.56% | - |
| XYZ | 6.66 | 3.49 | 25.91 | - |
| YUV | 47.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 142 | 0.64 | 0.80 | 0 | 0.44 | 252.11 | 0.67 | 0.33 |
| Hex | 33 | 1C | 8E | 40 | 50 | 0 | 2C | FC | 43 | 21 |
| Octal | 63 | 34 | 216 | 100 | 120 | 0 | 54 | 374 | 103 | 41 |
| Binary | 110011 | 11100 | 10001110 | 1000000 | 1010000 | 0 | 101100 | 11111100 | 1000011 | 100001 |
Color Harmonies of #331C8E
Complementary color
Monochromatic Colors of #331C8E
Black with #331C8E
Text Example
Text Example
White with #331C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C8E; }
p { color: rgb(51,28,142); }
H1.HeaderClassName
{
color: #331C8E;
}
.AnyTagClassName
{
color: #331C8E;
}
</style>
background-color css
<style>
a { background-color: #331C8E; }
a { background-color: rgb(51,28,142); }
div.DivClassName
{
background-color: #331C8E;
}
.BgClassName
{
background-color: #331C8E;
}
</style>
border-color css
<style>
span { border-color: #331C8E; }
span { border-color: rgb(51,28,142); }
td.TdClassName
{
border-color: #331C8E;
}
.TagClassName
{
border-color: #331C8E;
}
</style>