Shades of Persian Indigo #331BA2
Tints of Persian Indigo #331BA2
RGB
CMYK
RGB Variations
Color information
#331BA2 (or 0x331BA2) is known color: Persian Indigo. HEX triplet: 33, 1B and A2. RGB value is (51,27,162). Sum of RGB (Red+Green+Blue) = 51+27+162=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #331BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331BA2 is #CCE45D. Grayscale: #313131. Windows color (decimal): -13427806 or 10623795. OLE color: 10623795.
HSL color Cylindrical-coordinate representation of color #331BA2: hue angle of 250.67º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #331BA2 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 27 | 162 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.36 |
| HSL | 250.67º | 0.71% | 0.37% | - |
| HSV(B) | 250.67º | 0.83% | 0.64% | - |
| XYZ | 8.28 | 4.1 | 34.54 | - |
| YUV | 49.57 | 191.45 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 162 | 0.69 | 0.83 | 0 | 0.36 | 250.67 | 0.71 | 0.37 |
| Hex | 33 | 1B | A2 | 45 | 53 | 0 | 24 | FB | 47 | 25 |
| Octal | 63 | 33 | 242 | 105 | 123 | 0 | 44 | 373 | 107 | 45 |
| Binary | 110011 | 11011 | 10100010 | 1000101 | 1010011 | 0 | 100100 | 11111011 | 1000111 | 100101 |
Color Harmonies of #331BA2
Complementary color
Monochromatic Colors of #331BA2
Black with #331BA2
Text Example
Text Example
White with #331BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BA2; }
p { color: rgb(51,27,162); }
H1.HeaderClassName
{
color: #331BA2;
}
.AnyTagClassName
{
color: #331BA2;
}
</style>
background-color css
<style>
a { background-color: #331BA2; }
a { background-color: rgb(51,27,162); }
div.DivClassName
{
background-color: #331BA2;
}
.BgClassName
{
background-color: #331BA2;
}
</style>
border-color css
<style>
span { border-color: #331BA2; }
span { border-color: rgb(51,27,162); }
td.TdClassName
{
border-color: #331BA2;
}
.TagClassName
{
border-color: #331BA2;
}
</style>