Shades of Persian Indigo #35059F
Tints of Persian Indigo #35059F
RGB
CMYK
RGB Variations
Color information
#35059F (or 0x35059F) is known color: Persian Indigo. HEX triplet: 35, 05 and 9F. RGB value is (53,5,159). Sum of RGB (Red+Green+Blue) = 53+5+159=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #35059F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35059F is #CAFA60. Grayscale: #242424. Windows color (decimal): -13302369 or 10421557. OLE color: 10421557.
HSL color Cylindrical-coordinate representation of color #35059F: hue angle of 258.7º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35059F is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 5 | 159 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.38 |
| HSL | 258.7º | 0.94% | 0.32% | - |
| HSV(B) | 258.7º | 0.97% | 0.62% | - |
| XYZ | 7.78 | 3.37 | 33.04 | - |
| YUV | 36.91 | 196.9 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 159 | 0.67 | 0.97 | 0 | 0.38 | 258.7 | 0.94 | 0.32 |
| Hex | 35 | 5 | 9F | 43 | 61 | 0 | 26 | 103 | 5E | 20 |
| Octal | 65 | 5 | 237 | 103 | 141 | 0 | 46 | 403 | 136 | 40 |
| Binary | 110101 | 101 | 10011111 | 1000011 | 1100001 | 0 | 100110 | 100000011 | 1011110 | 100000 |
Color Harmonies of #35059F
Complementary color
Monochromatic Colors of #35059F
Black with #35059F
Text Example
Text Example
White with #35059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35059F; }
p { color: rgb(53,5,159); }
H1.HeaderClassName
{
color: #35059F;
}
.AnyTagClassName
{
color: #35059F;
}
</style>
background-color css
<style>
a { background-color: #35059F; }
a { background-color: rgb(53,5,159); }
div.DivClassName
{
background-color: #35059F;
}
.BgClassName
{
background-color: #35059F;
}
</style>
border-color css
<style>
span { border-color: #35059F; }
span { border-color: rgb(53,5,159); }
td.TdClassName
{
border-color: #35059F;
}
.TagClassName
{
border-color: #35059F;
}
</style>