Shades of Persian Indigo #351AA2
Tints of Persian Indigo #351AA2
RGB
CMYK
RGB Variations
Color information
#351AA2 (or 0x351AA2) is known color: Persian Indigo. HEX triplet: 35, 1A and A2. RGB value is (53,26,162). Sum of RGB (Red+Green+Blue) = 53+26+162=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 26 (10.55% from 255 or 10.79% 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 #351AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351AA2 is #CAE55D. Grayscale: #313131. Windows color (decimal): -13296990 or 10623541. OLE color: 10623541.
HSL color Cylindrical-coordinate representation of color #351AA2: hue angle of 251.91º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351AA2 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 26 | 162 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.36 |
| HSL | 251.91º | 0.72% | 0.37% | - |
| HSV(B) | 251.91º | 0.84% | 0.64% | - |
| XYZ | 8.36 | 4.1 | 34.53 | - |
| YUV | 49.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 162 | 0.67 | 0.84 | 0 | 0.36 | 251.91 | 0.72 | 0.37 |
| Hex | 35 | 1A | A2 | 43 | 54 | 0 | 24 | FC | 48 | 25 |
| Octal | 65 | 32 | 242 | 103 | 124 | 0 | 44 | 374 | 110 | 45 |
| Binary | 110101 | 11010 | 10100010 | 1000011 | 1010100 | 0 | 100100 | 11111100 | 1001000 | 100101 |
Color Harmonies of #351AA2
Complementary color
Monochromatic Colors of #351AA2
Black with #351AA2
Text Example
Text Example
White with #351AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351AA2; }
p { color: rgb(53,26,162); }
H1.HeaderClassName
{
color: #351AA2;
}
.AnyTagClassName
{
color: #351AA2;
}
</style>
background-color css
<style>
a { background-color: #351AA2; }
a { background-color: rgb(53,26,162); }
div.DivClassName
{
background-color: #351AA2;
}
.BgClassName
{
background-color: #351AA2;
}
</style>
border-color css
<style>
span { border-color: #351AA2; }
span { border-color: rgb(53,26,162); }
td.TdClassName
{
border-color: #351AA2;
}
.TagClassName
{
border-color: #351AA2;
}
</style>