Shades of Persian Indigo #351E7A
Tints of Persian Indigo #351E7A
RGB
CMYK
RGB Variations
Color information
#351E7A (or 0x351E7A) is known color: Persian Indigo. HEX triplet: 35, 1E and 7A. RGB value is (53,30,122). Sum of RGB (Red+Green+Blue) = 53+30+122=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #351E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E7A is #CAE185. Grayscale: #2F2F2F. Windows color (decimal): -13296006 or 8003125. OLE color: 8003125.
HSL color Cylindrical-coordinate representation of color #351E7A: hue angle of 255º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351E7A is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 30 | 122 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.52 |
| HSL | 255º | 0.61% | 0.3% | - |
| HSV(B) | 255º | 0.75% | 0.48% | - |
| XYZ | 5.45 | 3.09 | 18.72 | - |
| YUV | 47.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 122 | 0.57 | 0.75 | 0 | 0.52 | 255 | 0.61 | 0.3 |
| Hex | 35 | 1E | 7A | 39 | 4B | 0 | 34 | FF | 3D | 1E |
| Octal | 65 | 36 | 172 | 71 | 113 | 0 | 64 | 377 | 75 | 36 |
| Binary | 110101 | 11110 | 1111010 | 111001 | 1001011 | 0 | 110100 | 11111111 | 111101 | 11110 |
Color Harmonies of #351E7A
Complementary color
Monochromatic Colors of #351E7A
Black with #351E7A
Text Example
Text Example
White with #351E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E7A; }
p { color: rgb(53,30,122); }
H1.HeaderClassName
{
color: #351E7A;
}
.AnyTagClassName
{
color: #351E7A;
}
</style>
background-color css
<style>
a { background-color: #351E7A; }
a { background-color: rgb(53,30,122); }
div.DivClassName
{
background-color: #351E7A;
}
.BgClassName
{
background-color: #351E7A;
}
</style>
border-color css
<style>
span { border-color: #351E7A; }
span { border-color: rgb(53,30,122); }
td.TdClassName
{
border-color: #351E7A;
}
.TagClassName
{
border-color: #351E7A;
}
</style>