Shades of Persian Indigo #351A94
Tints of Persian Indigo #351A94
RGB
CMYK
RGB Variations
Color information
#351A94 (or 0x351A94) is known color: Persian Indigo. HEX triplet: 35, 1A and 94. RGB value is (53,26,148). Sum of RGB (Red+Green+Blue) = 53+26+148=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #351A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351A94 is #CAE56B. Grayscale: #2F2F2F. Windows color (decimal): -13297004 or 9706037. OLE color: 9706037.
HSL color Cylindrical-coordinate representation of color #351A94: hue angle of 253.28º 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 #351A94 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 26 | 148 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.42 |
| HSL | 253.28º | 0.7% | 0.34% | - |
| HSV(B) | 253.28º | 0.82% | 0.58% | - |
| XYZ | 7.18 | 3.63 | 28.34 | - |
| YUV | 47.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 148 | 0.64 | 0.82 | 0 | 0.42 | 253.28 | 0.7 | 0.34 |
| Hex | 35 | 1A | 94 | 40 | 52 | 0 | 2A | FD | 46 | 22 |
| Octal | 65 | 32 | 224 | 100 | 122 | 0 | 52 | 375 | 106 | 42 |
| Binary | 110101 | 11010 | 10010100 | 1000000 | 1010010 | 0 | 101010 | 11111101 | 1000110 | 100010 |
Color Harmonies of #351A94
Complementary color
Monochromatic Colors of #351A94
Black with #351A94
Text Example
Text Example
White with #351A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A94; }
p { color: rgb(53,26,148); }
H1.HeaderClassName
{
color: #351A94;
}
.AnyTagClassName
{
color: #351A94;
}
</style>
background-color css
<style>
a { background-color: #351A94; }
a { background-color: rgb(53,26,148); }
div.DivClassName
{
background-color: #351A94;
}
.BgClassName
{
background-color: #351A94;
}
</style>
border-color css
<style>
span { border-color: #351A94; }
span { border-color: rgb(53,26,148); }
td.TdClassName
{
border-color: #351A94;
}
.TagClassName
{
border-color: #351A94;
}
</style>