Shades of Persian Indigo #35109D
Tints of Persian Indigo #35109D
RGB
CMYK
RGB Variations
Color information
#35109D (or 0x35109D) is known color: Persian Indigo. HEX triplet: 35, 10 and 9D. RGB value is (53,16,157). Sum of RGB (Red+Green+Blue) = 53+16+157=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #35109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35109D is #CAEF62. Grayscale: #2A2A2A. Windows color (decimal): -13299555 or 10293301. OLE color: 10293301.
HSL color Cylindrical-coordinate representation of color #35109D: hue angle of 255.74º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35109D is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 16 | 157 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.38 |
| HSL | 255.74º | 0.82% | 0.34% | - |
| HSV(B) | 255.74º | 0.9% | 0.62% | - |
| XYZ | 7.74 | 3.56 | 32.18 | - |
| YUV | 43.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 157 | 0.66 | 0.90 | 0 | 0.38 | 255.74 | 0.82 | 0.34 |
| Hex | 35 | 10 | 9D | 42 | 5A | 0 | 26 | 100 | 52 | 22 |
| Octal | 65 | 20 | 235 | 102 | 132 | 0 | 46 | 400 | 122 | 42 |
| Binary | 110101 | 10000 | 10011101 | 1000010 | 1011010 | 0 | 100110 | 100000000 | 1010010 | 100010 |
Color Harmonies of #35109D
Complementary color
Monochromatic Colors of #35109D
Black with #35109D
Text Example
Text Example
White with #35109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35109D; }
p { color: rgb(53,16,157); }
H1.HeaderClassName
{
color: #35109D;
}
.AnyTagClassName
{
color: #35109D;
}
</style>
background-color css
<style>
a { background-color: #35109D; }
a { background-color: rgb(53,16,157); }
div.DivClassName
{
background-color: #35109D;
}
.BgClassName
{
background-color: #35109D;
}
</style>
border-color css
<style>
span { border-color: #35109D; }
span { border-color: rgb(53,16,157); }
td.TdClassName
{
border-color: #35109D;
}
.TagClassName
{
border-color: #35109D;
}
</style>