Shades of Persian Indigo #331C8A
Tints of Persian Indigo #331C8A
RGB
CMYK
RGB Variations
Color information
#331C8A (or 0x331C8A) is known color: Persian Indigo. HEX triplet: 33, 1C and 8A. RGB value is (51,28,138). Sum of RGB (Red+Green+Blue) = 51+28+138=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #331C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331C8A is #CCE375. Grayscale: #2F2F2F. Windows color (decimal): -13427574 or 9051187. OLE color: 9051187.
HSL color Cylindrical-coordinate representation of color #331C8A: hue angle of 252.55º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #331C8A is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 28 | 138 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.46 |
| HSL | 252.55º | 0.66% | 0.33% | - |
| HSV(B) | 252.55º | 0.8% | 0.54% | - |
| XYZ | 6.37 | 3.37 | 24.36 | - |
| YUV | 47.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 138 | 0.63 | 0.80 | 0 | 0.46 | 252.55 | 0.66 | 0.33 |
| Hex | 33 | 1C | 8A | 3F | 50 | 0 | 2E | FD | 42 | 21 |
| Octal | 63 | 34 | 212 | 77 | 120 | 0 | 56 | 375 | 102 | 41 |
| Binary | 110011 | 11100 | 10001010 | 111111 | 1010000 | 0 | 101110 | 11111101 | 1000010 | 100001 |
Color Harmonies of #331C8A
Complementary color
Monochromatic Colors of #331C8A
Black with #331C8A
Text Example
Text Example
White with #331C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C8A; }
p { color: rgb(51,28,138); }
H1.HeaderClassName
{
color: #331C8A;
}
.AnyTagClassName
{
color: #331C8A;
}
</style>
background-color css
<style>
a { background-color: #331C8A; }
a { background-color: rgb(51,28,138); }
div.DivClassName
{
background-color: #331C8A;
}
.BgClassName
{
background-color: #331C8A;
}
</style>
border-color css
<style>
span { border-color: #331C8A; }
span { border-color: rgb(51,28,138); }
td.TdClassName
{
border-color: #331C8A;
}
.TagClassName
{
border-color: #331C8A;
}
</style>