Shades of Persian Indigo #35088F
Tints of Persian Indigo #35088F
RGB
CMYK
RGB Variations
Color information
#35088F (or 0x35088F) is known color: Persian Indigo. HEX triplet: 35, 08 and 8F. RGB value is (53,8,143). Sum of RGB (Red+Green+Blue) = 53+8+143=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #35088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35088F is #CAF770. Grayscale: #242424. Windows color (decimal): -13301617 or 9373749. OLE color: 9373749.
HSL color Cylindrical-coordinate representation of color #35088F: hue angle of 260º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35088F is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 8 | 143 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.44 |
| HSL | 260º | 0.89% | 0.3% | - |
| HSV(B) | 260º | 0.94% | 0.56% | - |
| XYZ | 6.51 | 2.91 | 26.21 | - |
| YUV | 36.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 143 | 0.63 | 0.94 | 0 | 0.44 | 260 | 0.89 | 0.3 |
| Hex | 35 | 8 | 8F | 3F | 5E | 0 | 2C | 104 | 59 | 1E |
| Octal | 65 | 10 | 217 | 77 | 136 | 0 | 54 | 404 | 131 | 36 |
| Binary | 110101 | 1000 | 10001111 | 111111 | 1011110 | 0 | 101100 | 100000100 | 1011001 | 11110 |
Color Harmonies of #35088F
Complementary color
Monochromatic Colors of #35088F
Black with #35088F
Text Example
Text Example
White with #35088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35088F; }
p { color: rgb(53,8,143); }
H1.HeaderClassName
{
color: #35088F;
}
.AnyTagClassName
{
color: #35088F;
}
</style>
background-color css
<style>
a { background-color: #35088F; }
a { background-color: rgb(53,8,143); }
div.DivClassName
{
background-color: #35088F;
}
.BgClassName
{
background-color: #35088F;
}
</style>
border-color css
<style>
span { border-color: #35088F; }
span { border-color: rgb(53,8,143); }
td.TdClassName
{
border-color: #35088F;
}
.TagClassName
{
border-color: #35088F;
}
</style>