Shades of Persian Indigo #351A93
Tints of Persian Indigo #351A93
RGB
CMYK
RGB Variations
Color information
#351A93 (or 0x351A93) is known color: Persian Indigo. HEX triplet: 35, 1A and 93. RGB value is (53,26,147). Sum of RGB (Red+Green+Blue) = 53+26+147=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #351A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351A93 is #CAE56C. Grayscale: #2F2F2F. Windows color (decimal): -13297005 or 9640501. OLE color: 9640501.
HSL color Cylindrical-coordinate representation of color #351A93: hue angle of 253.39º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351A93 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 26 | 147 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.42 |
| HSL | 253.39º | 0.7% | 0.34% | - |
| HSV(B) | 253.39º | 0.82% | 0.58% | - |
| XYZ | 7.1 | 3.6 | 27.92 | - |
| YUV | 47.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 147 | 0.64 | 0.82 | 0 | 0.42 | 253.39 | 0.7 | 0.34 |
| Hex | 35 | 1A | 93 | 40 | 52 | 0 | 2A | FD | 46 | 22 |
| Octal | 65 | 32 | 223 | 100 | 122 | 0 | 52 | 375 | 106 | 42 |
| Binary | 110101 | 11010 | 10010011 | 1000000 | 1010010 | 0 | 101010 | 11111101 | 1000110 | 100010 |
Color Harmonies of #351A93
Complementary color
Monochromatic Colors of #351A93
Black with #351A93
Text Example
Text Example
White with #351A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A93; }
p { color: rgb(53,26,147); }
H1.HeaderClassName
{
color: #351A93;
}
.AnyTagClassName
{
color: #351A93;
}
</style>
background-color css
<style>
a { background-color: #351A93; }
a { background-color: rgb(53,26,147); }
div.DivClassName
{
background-color: #351A93;
}
.BgClassName
{
background-color: #351A93;
}
</style>
border-color css
<style>
span { border-color: #351A93; }
span { border-color: rgb(53,26,147); }
td.TdClassName
{
border-color: #351A93;
}
.TagClassName
{
border-color: #351A93;
}
</style>