Shades of Persian Indigo #331C7B
Tints of Persian Indigo #331C7B
RGB
CMYK
RGB Variations
Color information
#331C7B (or 0x331C7B) is known color: Persian Indigo. HEX triplet: 33, 1C and 7B. RGB value is (51,28,123). Sum of RGB (Red+Green+Blue) = 51+28+123=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 123 (48.44% from 255 or 60.89% from 202); Max value from RGB is 123 - color contains mainly: blue. Hex color #331C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C7B is #CCE384. Grayscale: #2D2D2D. Windows color (decimal): -13427589 or 8068147. OLE color: 8068147.
HSL color Cylindrical-coordinate representation of color #331C7B: hue angle of 254.53º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #331C7B is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 28 | 123 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.52 |
| HSL | 254.53º | 0.63% | 0.3% | - |
| HSV(B) | 254.53º | 0.77% | 0.48% | - |
| XYZ | 5.36 | 2.96 | 19.03 | - |
| YUV | 45.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 123 | 0.59 | 0.77 | 0 | 0.52 | 254.53 | 0.63 | 0.3 |
| Hex | 33 | 1C | 7B | 3B | 4D | 0 | 34 | FF | 3F | 1E |
| Octal | 63 | 34 | 173 | 73 | 115 | 0 | 64 | 377 | 77 | 36 |
| Binary | 110011 | 11100 | 1111011 | 111011 | 1001101 | 0 | 110100 | 11111111 | 111111 | 11110 |
Color Harmonies of #331C7B
Complementary color
Monochromatic Colors of #331C7B
Black with #331C7B
Text Example
Text Example
White with #331C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C7B; }
p { color: rgb(51,28,123); }
H1.HeaderClassName
{
color: #331C7B;
}
.AnyTagClassName
{
color: #331C7B;
}
</style>
background-color css
<style>
a { background-color: #331C7B; }
a { background-color: rgb(51,28,123); }
div.DivClassName
{
background-color: #331C7B;
}
.BgClassName
{
background-color: #331C7B;
}
</style>
border-color css
<style>
span { border-color: #331C7B; }
span { border-color: rgb(51,28,123); }
td.TdClassName
{
border-color: #331C7B;
}
.TagClassName
{
border-color: #331C7B;
}
</style>