Shades of Persian Indigo #35058C
Tints of Persian Indigo #35058C
RGB
CMYK
RGB Variations
Color information
#35058C (or 0x35058C) is known color: Persian Indigo. HEX triplet: 35, 05 and 8C. RGB value is (53,5,140). Sum of RGB (Red+Green+Blue) = 53+5+140=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #35058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35058C is #CAFA73. Grayscale: #222222. Windows color (decimal): -13302388 or 9176373. OLE color: 9176373.
HSL color Cylindrical-coordinate representation of color #35058C: hue angle of 261.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35058C is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 5 | 140 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.45 |
| HSL | 261.33º | 0.93% | 0.28% | - |
| HSV(B) | 261.33º | 0.96% | 0.55% | - |
| XYZ | 6.26 | 2.76 | 25.01 | - |
| YUV | 34.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 140 | 0.62 | 0.96 | 0 | 0.45 | 261.33 | 0.93 | 0.28 |
| Hex | 35 | 5 | 8C | 3E | 60 | 0 | 2D | 105 | 5D | 1C |
| Octal | 65 | 5 | 214 | 76 | 140 | 0 | 55 | 405 | 135 | 34 |
| Binary | 110101 | 101 | 10001100 | 111110 | 1100000 | 0 | 101101 | 100000101 | 1011101 | 11100 |
Color Harmonies of #35058C
Complementary color
Monochromatic Colors of #35058C
Black with #35058C
Text Example
Text Example
White with #35058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35058C; }
p { color: rgb(53,5,140); }
H1.HeaderClassName
{
color: #35058C;
}
.AnyTagClassName
{
color: #35058C;
}
</style>
background-color css
<style>
a { background-color: #35058C; }
a { background-color: rgb(53,5,140); }
div.DivClassName
{
background-color: #35058C;
}
.BgClassName
{
background-color: #35058C;
}
</style>
border-color css
<style>
span { border-color: #35058C; }
span { border-color: rgb(53,5,140); }
td.TdClassName
{
border-color: #35058C;
}
.TagClassName
{
border-color: #35058C;
}
</style>