Shades of Persian Indigo #331C70
Tints of Persian Indigo #331C70
RGB
CMYK
RGB Variations
Color information
#331C70 (or 0x331C70) is known color: Persian Indigo. HEX triplet: 33, 1C and 70. RGB value is (51,28,112). Sum of RGB (Red+Green+Blue) = 51+28+112=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #331C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C70 is #CCE38F. Grayscale: #2C2C2C. Windows color (decimal): -13427600 or 7347251. OLE color: 7347251.
HSL color Cylindrical-coordinate representation of color #331C70: hue angle of 256.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331C70 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 51 | 28 | 112 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.56 |
| HSL | 256.43º | 0.6% | 0.27% | - |
| HSV(B) | 256.43º | 0.75% | 0.44% | - |
| XYZ | 4.71 | 2.7 | 15.6 | - |
| YUV | 44.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 112 | 0.54 | 0.75 | 0 | 0.56 | 256.43 | 0.6 | 0.27 |
| Hex | 33 | 1C | 70 | 36 | 4B | 0 | 38 | 100 | 3C | 1B |
| Octal | 63 | 34 | 160 | 66 | 113 | 0 | 70 | 400 | 74 | 33 |
| Binary | 110011 | 11100 | 1110000 | 110110 | 1001011 | 0 | 111000 | 100000000 | 111100 | 11011 |
Color Harmonies of #331C70
Complementary color
Monochromatic Colors of #331C70
Black with #331C70
Text Example
Text Example
White with #331C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C70; }
p { color: rgb(51,28,112); }
H1.HeaderClassName
{
color: #331C70;
}
.AnyTagClassName
{
color: #331C70;
}
</style>
background-color css
<style>
a { background-color: #331C70; }
a { background-color: rgb(51,28,112); }
div.DivClassName
{
background-color: #331C70;
}
.BgClassName
{
background-color: #331C70;
}
</style>
border-color css
<style>
span { border-color: #331C70; }
span { border-color: rgb(51,28,112); }
td.TdClassName
{
border-color: #331C70;
}
.TagClassName
{
border-color: #331C70;
}
</style>