Shades of Persian Indigo #331A76
Tints of Persian Indigo #331A76
RGB
CMYK
RGB Variations
Color information
#331A76 (or 0x331A76) is known color: Persian Indigo. HEX triplet: 33, 1A and 76. RGB value is (51,26,118). Sum of RGB (Red+Green+Blue) = 51+26+118=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #331A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331A76 is #CCE589. Grayscale: #2B2B2B. Windows color (decimal): -13428106 or 7739955. OLE color: 7739955.
HSL color Cylindrical-coordinate representation of color #331A76: hue angle of 256.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331A76 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 51 | 26 | 118 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.54 |
| HSL | 256.3º | 0.64% | 0.28% | - |
| HSV(B) | 256.3º | 0.78% | 0.46% | - |
| XYZ | 5 | 2.75 | 17.41 | - |
| YUV | 43.96 | 169.78 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 118 | 0.57 | 0.78 | 0 | 0.54 | 256.3 | 0.64 | 0.28 |
| Hex | 33 | 1A | 76 | 39 | 4E | 0 | 36 | 100 | 40 | 1C |
| Octal | 63 | 32 | 166 | 71 | 116 | 0 | 66 | 400 | 100 | 34 |
| Binary | 110011 | 11010 | 1110110 | 111001 | 1001110 | 0 | 110110 | 100000000 | 1000000 | 11100 |
Color Harmonies of #331A76
Complementary color
Monochromatic Colors of #331A76
Black with #331A76
Text Example
Text Example
White with #331A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331A76; }
p { color: rgb(51,26,118); }
H1.HeaderClassName
{
color: #331A76;
}
.AnyTagClassName
{
color: #331A76;
}
</style>
background-color css
<style>
a { background-color: #331A76; }
a { background-color: rgb(51,26,118); }
div.DivClassName
{
background-color: #331A76;
}
.BgClassName
{
background-color: #331A76;
}
</style>
border-color css
<style>
span { border-color: #331A76; }
span { border-color: rgb(51,26,118); }
td.TdClassName
{
border-color: #331A76;
}
.TagClassName
{
border-color: #331A76;
}
</style>