Shades of Persian Indigo #351B7C
Tints of Persian Indigo #351B7C
RGB
CMYK
RGB Variations
Color information
#351B7C (or 0x351B7C) is known color: Persian Indigo. HEX triplet: 35, 1B and 7C. RGB value is (53,27,124). Sum of RGB (Red+Green+Blue) = 53+27+124=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #351B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B7C is #CAE483. Grayscale: #2D2D2D. Windows color (decimal): -13296772 or 8133429. OLE color: 8133429.
HSL color Cylindrical-coordinate representation of color #351B7C: hue angle of 256.08º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #351B7C is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 27 | 124 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.51 |
| HSL | 256.08º | 0.64% | 0.3% | - |
| HSV(B) | 256.08º | 0.78% | 0.49% | - |
| XYZ | 5.5 | 3 | 19.36 | - |
| YUV | 45.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 124 | 0.57 | 0.78 | 0 | 0.51 | 256.08 | 0.64 | 0.3 |
| Hex | 35 | 1B | 7C | 39 | 4E | 0 | 33 | 100 | 40 | 1E |
| Octal | 65 | 33 | 174 | 71 | 116 | 0 | 63 | 400 | 100 | 36 |
| Binary | 110101 | 11011 | 1111100 | 111001 | 1001110 | 0 | 110011 | 100000000 | 1000000 | 11110 |
Color Harmonies of #351B7C
Complementary color
Monochromatic Colors of #351B7C
Black with #351B7C
Text Example
Text Example
White with #351B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B7C; }
p { color: rgb(53,27,124); }
H1.HeaderClassName
{
color: #351B7C;
}
.AnyTagClassName
{
color: #351B7C;
}
</style>
background-color css
<style>
a { background-color: #351B7C; }
a { background-color: rgb(53,27,124); }
div.DivClassName
{
background-color: #351B7C;
}
.BgClassName
{
background-color: #351B7C;
}
</style>
border-color css
<style>
span { border-color: #351B7C; }
span { border-color: rgb(53,27,124); }
td.TdClassName
{
border-color: #351B7C;
}
.TagClassName
{
border-color: #351B7C;
}
</style>