Shades of Persian Indigo #331C7A
Tints of Persian Indigo #331C7A
RGB
CMYK
RGB Variations
Color information
#331C7A (or 0x331C7A) is known color: Persian Indigo. HEX triplet: 33, 1C and 7A. RGB value is (51,28,122). Sum of RGB (Red+Green+Blue) = 51+28+122=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #331C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C7A is #CCE385. Grayscale: #2D2D2D. Windows color (decimal): -13427590 or 8002611. OLE color: 8002611.
HSL color Cylindrical-coordinate representation of color #331C7A: hue angle of 254.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331C7A is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 28 | 122 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.52 |
| HSL | 254.68º | 0.63% | 0.29% | - |
| HSV(B) | 254.68º | 0.77% | 0.48% | - |
| XYZ | 5.29 | 2.94 | 18.7 | - |
| YUV | 45.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 122 | 0.58 | 0.77 | 0 | 0.52 | 254.68 | 0.63 | 0.29 |
| Hex | 33 | 1C | 7A | 3A | 4D | 0 | 34 | FF | 3F | 1D |
| Octal | 63 | 34 | 172 | 72 | 115 | 0 | 64 | 377 | 77 | 35 |
| Binary | 110011 | 11100 | 1111010 | 111010 | 1001101 | 0 | 110100 | 11111111 | 111111 | 11101 |
Color Harmonies of #331C7A
Complementary color
Monochromatic Colors of #331C7A
Black with #331C7A
Text Example
Text Example
White with #331C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C7A; }
p { color: rgb(51,28,122); }
H1.HeaderClassName
{
color: #331C7A;
}
.AnyTagClassName
{
color: #331C7A;
}
</style>
background-color css
<style>
a { background-color: #331C7A; }
a { background-color: rgb(51,28,122); }
div.DivClassName
{
background-color: #331C7A;
}
.BgClassName
{
background-color: #331C7A;
}
</style>
border-color css
<style>
span { border-color: #331C7A; }
span { border-color: rgb(51,28,122); }
td.TdClassName
{
border-color: #331C7A;
}
.TagClassName
{
border-color: #331C7A;
}
</style>