Shades of Persian Indigo #351A70
Tints of Persian Indigo #351A70
RGB
CMYK
RGB Variations
Color information
#351A70 (or 0x351A70) is known color: Persian Indigo. HEX triplet: 35, 1A and 70. RGB value is (53,26,112). Sum of RGB (Red+Green+Blue) = 53+26+112=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 26 (10.55% from 255 or 13.61% 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 #351A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A70 is #CAE58F. Grayscale: #2B2B2B. Windows color (decimal): -13297040 or 7346741. OLE color: 7346741.
HSL color Cylindrical-coordinate representation of color #351A70: hue angle of 258.84º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #351A70 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 26 | 112 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.56 |
| HSL | 258.84º | 0.62% | 0.27% | - |
| HSV(B) | 258.84º | 0.77% | 0.44% | - |
| XYZ | 4.76 | 2.67 | 15.59 | - |
| YUV | 43.88 | 166.45 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 112 | 0.53 | 0.77 | 0 | 0.56 | 258.84 | 0.62 | 0.27 |
| Hex | 35 | 1A | 70 | 35 | 4D | 0 | 38 | 103 | 3E | 1B |
| Octal | 65 | 32 | 160 | 65 | 115 | 0 | 70 | 403 | 76 | 33 |
| Binary | 110101 | 11010 | 1110000 | 110101 | 1001101 | 0 | 111000 | 100000011 | 111110 | 11011 |
Color Harmonies of #351A70
Complementary color
Monochromatic Colors of #351A70
Black with #351A70
Text Example
Text Example
White with #351A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A70; }
p { color: rgb(53,26,112); }
H1.HeaderClassName
{
color: #351A70;
}
.AnyTagClassName
{
color: #351A70;
}
</style>
background-color css
<style>
a { background-color: #351A70; }
a { background-color: rgb(53,26,112); }
div.DivClassName
{
background-color: #351A70;
}
.BgClassName
{
background-color: #351A70;
}
</style>
border-color css
<style>
span { border-color: #351A70; }
span { border-color: rgb(53,26,112); }
td.TdClassName
{
border-color: #351A70;
}
.TagClassName
{
border-color: #351A70;
}
</style>