Shades of Persian Indigo #350299
Tints of Persian Indigo #350299
RGB
CMYK
RGB Variations
Color information
#350299 (or 0x350299) is known color: Persian Indigo. HEX triplet: 35, 02 and 99. RGB value is (53,2,153). Sum of RGB (Red+Green+Blue) = 53+2+153=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #350299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350299 is #CAFD66. Grayscale: #212121. Windows color (decimal): -13303143 or 10027573. OLE color: 10027573.
HSL color Cylindrical-coordinate representation of color #350299: hue angle of 260.26º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350299 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 2 | 153 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.4 |
| HSL | 260.26º | 0.97% | 0.3% | - |
| HSV(B) | 260.26º | 0.99% | 0.6% | - |
| XYZ | 7.24 | 3.1 | 30.35 | - |
| YUV | 34.46 | 194.9 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 153 | 0.65 | 0.99 | 0 | 0.4 | 260.26 | 0.97 | 0.3 |
| Hex | 35 | 2 | 99 | 41 | 63 | 0 | 28 | 104 | 61 | 1E |
| Octal | 65 | 2 | 231 | 101 | 143 | 0 | 50 | 404 | 141 | 36 |
| Binary | 110101 | 10 | 10011001 | 1000001 | 1100011 | 0 | 101000 | 100000100 | 1100001 | 11110 |
Color Harmonies of #350299
Complementary color
Monochromatic Colors of #350299
Black with #350299
Text Example
Text Example
White with #350299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350299; }
p { color: rgb(53,2,153); }
H1.HeaderClassName
{
color: #350299;
}
.AnyTagClassName
{
color: #350299;
}
</style>
background-color css
<style>
a { background-color: #350299; }
a { background-color: rgb(53,2,153); }
div.DivClassName
{
background-color: #350299;
}
.BgClassName
{
background-color: #350299;
}
</style>
border-color css
<style>
span { border-color: #350299; }
span { border-color: rgb(53,2,153); }
td.TdClassName
{
border-color: #350299;
}
.TagClassName
{
border-color: #350299;
}
</style>