Shades of Persian Indigo #351C84
Tints of Persian Indigo #351C84
RGB
CMYK
RGB Variations
Color information
#351C84 (or 0x351C84) is known color: Persian Indigo. HEX triplet: 35, 1C and 84. RGB value is (53,28,132). Sum of RGB (Red+Green+Blue) = 53+28+132=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #351C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #351C84 is #CAE37B. Grayscale: #2E2E2E. Windows color (decimal): -13296508 or 8657973. OLE color: 8657973.
HSL color Cylindrical-coordinate representation of color #351C84: hue angle of 254.42º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351C84 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 53 | 28 | 132 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.48 |
| HSL | 254.42º | 0.65% | 0.31% | - |
| HSV(B) | 254.42º | 0.79% | 0.52% | - |
| XYZ | 6.05 | 3.25 | 22.14 | - |
| YUV | 47.33 | 175.78 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 132 | 0.60 | 0.79 | 0 | 0.48 | 254.42 | 0.65 | 0.31 |
| Hex | 35 | 1C | 84 | 3C | 4F | 0 | 30 | FE | 41 | 1F |
| Octal | 65 | 34 | 204 | 74 | 117 | 0 | 60 | 376 | 101 | 37 |
| Binary | 110101 | 11100 | 10000100 | 111100 | 1001111 | 0 | 110000 | 11111110 | 1000001 | 11111 |
Color Harmonies of #351C84
Complementary color
Monochromatic Colors of #351C84
Black with #351C84
Text Example
Text Example
White with #351C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C84; }
p { color: rgb(53,28,132); }
H1.HeaderClassName
{
color: #351C84;
}
.AnyTagClassName
{
color: #351C84;
}
</style>
background-color css
<style>
a { background-color: #351C84; }
a { background-color: rgb(53,28,132); }
div.DivClassName
{
background-color: #351C84;
}
.BgClassName
{
background-color: #351C84;
}
</style>
border-color css
<style>
span { border-color: #351C84; }
span { border-color: rgb(53,28,132); }
td.TdClassName
{
border-color: #351C84;
}
.TagClassName
{
border-color: #351C84;
}
</style>