Shades of Persian Indigo #351E7B
Tints of Persian Indigo #351E7B
RGB
CMYK
RGB Variations
Color information
#351E7B (or 0x351E7B) is known color: Persian Indigo. HEX triplet: 35, 1E and 7B. RGB value is (53,30,123). Sum of RGB (Red+Green+Blue) = 53+30+123=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #351E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E7B is #CAE184. Grayscale: #2F2F2F. Windows color (decimal): -13296005 or 8068661. OLE color: 8068661.
HSL color Cylindrical-coordinate representation of color #351E7B: hue angle of 254.84º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351E7B is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 30 | 123 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.52 |
| HSL | 254.84º | 0.61% | 0.3% | - |
| HSV(B) | 254.84º | 0.76% | 0.48% | - |
| XYZ | 5.51 | 3.12 | 19.05 | - |
| YUV | 47.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 123 | 0.57 | 0.76 | 0 | 0.52 | 254.84 | 0.61 | 0.3 |
| Hex | 35 | 1E | 7B | 39 | 4C | 0 | 34 | FF | 3D | 1E |
| Octal | 65 | 36 | 173 | 71 | 114 | 0 | 64 | 377 | 75 | 36 |
| Binary | 110101 | 11110 | 1111011 | 111001 | 1001100 | 0 | 110100 | 11111111 | 111101 | 11110 |
Color Harmonies of #351E7B
Complementary color
Monochromatic Colors of #351E7B
Black with #351E7B
Text Example
Text Example
White with #351E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E7B; }
p { color: rgb(53,30,123); }
H1.HeaderClassName
{
color: #351E7B;
}
.AnyTagClassName
{
color: #351E7B;
}
</style>
background-color css
<style>
a { background-color: #351E7B; }
a { background-color: rgb(53,30,123); }
div.DivClassName
{
background-color: #351E7B;
}
.BgClassName
{
background-color: #351E7B;
}
</style>
border-color css
<style>
span { border-color: #351E7B; }
span { border-color: rgb(53,30,123); }
td.TdClassName
{
border-color: #351E7B;
}
.TagClassName
{
border-color: #351E7B;
}
</style>