Shades of Persian Indigo #35118C
Tints of Persian Indigo #35118C
RGB
CMYK
RGB Variations
Color information
#35118C (or 0x35118C) is known color: Persian Indigo. HEX triplet: 35, 11 and 8C. RGB value is (53,17,140). Sum of RGB (Red+Green+Blue) = 53+17+140=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 140 (55.08% from 255 or 66.67% from 210); Max value from RGB is 140 - color contains mainly: blue. Hex color #35118C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35118C is #CAEE73. Grayscale: #292929. Windows color (decimal): -13299316 or 9179445. OLE color: 9179445.
HSL color Cylindrical-coordinate representation of color #35118C: hue angle of 257.56º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35118C is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 17 | 140 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.45 |
| HSL | 257.56º | 0.78% | 0.31% | - |
| HSV(B) | 257.56º | 0.88% | 0.55% | - |
| XYZ | 6.4 | 3.05 | 25.06 | - |
| YUV | 41.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 140 | 0.62 | 0.88 | 0 | 0.45 | 257.56 | 0.78 | 0.31 |
| Hex | 35 | 11 | 8C | 3E | 58 | 0 | 2D | 102 | 4E | 1F |
| Octal | 65 | 21 | 214 | 76 | 130 | 0 | 55 | 402 | 116 | 37 |
| Binary | 110101 | 10001 | 10001100 | 111110 | 1011000 | 0 | 101101 | 100000010 | 1001110 | 11111 |
Color Harmonies of #35118C
Complementary color
Monochromatic Colors of #35118C
Black with #35118C
Text Example
Text Example
White with #35118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35118C; }
p { color: rgb(53,17,140); }
H1.HeaderClassName
{
color: #35118C;
}
.AnyTagClassName
{
color: #35118C;
}
</style>
background-color css
<style>
a { background-color: #35118C; }
a { background-color: rgb(53,17,140); }
div.DivClassName
{
background-color: #35118C;
}
.BgClassName
{
background-color: #35118C;
}
</style>
border-color css
<style>
span { border-color: #35118C; }
span { border-color: rgb(53,17,140); }
td.TdClassName
{
border-color: #35118C;
}
.TagClassName
{
border-color: #35118C;
}
</style>