Shades of Persian Indigo #331CA2
Tints of Persian Indigo #331CA2
RGB
CMYK
RGB Variations
Color information
#331CA2 (or 0x331CA2) is known color: Persian Indigo. HEX triplet: 33, 1C and A2. RGB value is (51,28,162). Sum of RGB (Red+Green+Blue) = 51+28+162=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #331CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331CA2 is #CCE35D. Grayscale: #313131. Windows color (decimal): -13427550 or 10624051. OLE color: 10624051.
HSL color Cylindrical-coordinate representation of color #331CA2: hue angle of 250.3º 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 #331CA2 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 28 | 162 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.36 |
| HSL | 250.3º | 0.71% | 0.37% | - |
| HSV(B) | 250.3º | 0.83% | 0.64% | - |
| XYZ | 8.3 | 4.14 | 34.54 | - |
| YUV | 50.15 | 191.12 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 162 | 0.69 | 0.83 | 0 | 0.36 | 250.3 | 0.71 | 0.37 |
| Hex | 33 | 1C | A2 | 45 | 53 | 0 | 24 | FA | 47 | 25 |
| Octal | 63 | 34 | 242 | 105 | 123 | 0 | 44 | 372 | 107 | 45 |
| Binary | 110011 | 11100 | 10100010 | 1000101 | 1010011 | 0 | 100100 | 11111010 | 1000111 | 100101 |
Color Harmonies of #331CA2
Complementary color
Monochromatic Colors of #331CA2
Black with #331CA2
Text Example
Text Example
White with #331CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CA2; }
p { color: rgb(51,28,162); }
H1.HeaderClassName
{
color: #331CA2;
}
.AnyTagClassName
{
color: #331CA2;
}
</style>
background-color css
<style>
a { background-color: #331CA2; }
a { background-color: rgb(51,28,162); }
div.DivClassName
{
background-color: #331CA2;
}
.BgClassName
{
background-color: #331CA2;
}
</style>
border-color css
<style>
span { border-color: #331CA2; }
span { border-color: rgb(51,28,162); }
td.TdClassName
{
border-color: #331CA2;
}
.TagClassName
{
border-color: #331CA2;
}
</style>