Shades of Persian Indigo #351C75
Tints of Persian Indigo #351C75
RGB
CMYK
RGB Variations
Color information
#351C75 (or 0x351C75) is known color: Persian Indigo. HEX triplet: 35, 1C and 75. RGB value is (53,28,117). Sum of RGB (Red+Green+Blue) = 53+28+117=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #351C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C75 is #CAE38A. Grayscale: #2D2D2D. Windows color (decimal): -13296523 or 7674933. OLE color: 7674933.
HSL color Cylindrical-coordinate representation of color #351C75: hue angle of 256.85º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #351C75 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 53 | 28 | 117 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.54 |
| HSL | 256.85º | 0.61% | 0.28% | - |
| HSV(B) | 256.85º | 0.76% | 0.46% | - |
| XYZ | 5.09 | 2.87 | 17.12 | - |
| YUV | 45.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 117 | 0.55 | 0.76 | 0 | 0.54 | 256.85 | 0.61 | 0.28 |
| Hex | 35 | 1C | 75 | 37 | 4C | 0 | 36 | 101 | 3D | 1C |
| Octal | 65 | 34 | 165 | 67 | 114 | 0 | 66 | 401 | 75 | 34 |
| Binary | 110101 | 11100 | 1110101 | 110111 | 1001100 | 0 | 110110 | 100000001 | 111101 | 11100 |
Color Harmonies of #351C75
Complementary color
Monochromatic Colors of #351C75
Black with #351C75
Text Example
Text Example
White with #351C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C75; }
p { color: rgb(53,28,117); }
H1.HeaderClassName
{
color: #351C75;
}
.AnyTagClassName
{
color: #351C75;
}
</style>
background-color css
<style>
a { background-color: #351C75; }
a { background-color: rgb(53,28,117); }
div.DivClassName
{
background-color: #351C75;
}
.BgClassName
{
background-color: #351C75;
}
</style>
border-color css
<style>
span { border-color: #351C75; }
span { border-color: rgb(53,28,117); }
td.TdClassName
{
border-color: #351C75;
}
.TagClassName
{
border-color: #351C75;
}
</style>