Shades of Persian Indigo #35088C
Tints of Persian Indigo #35088C
RGB
CMYK
RGB Variations
Color information
#35088C (or 0x35088C) is known color: Persian Indigo. HEX triplet: 35, 08 and 8C. RGB value is (53,8,140). Sum of RGB (Red+Green+Blue) = 53+8+140=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #35088C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35088C is #CAF773. Grayscale: #242424. Windows color (decimal): -13301620 or 9177141. OLE color: 9177141.
HSL color Cylindrical-coordinate representation of color #35088C: hue angle of 260.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35088C is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 8 | 140 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.45 |
| HSL | 260.45º | 0.89% | 0.29% | - |
| HSV(B) | 260.45º | 0.94% | 0.55% | - |
| XYZ | 6.29 | 2.82 | 25.02 | - |
| YUV | 36.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 140 | 0.62 | 0.94 | 0 | 0.45 | 260.45 | 0.89 | 0.29 |
| Hex | 35 | 8 | 8C | 3E | 5E | 0 | 2D | 104 | 59 | 1D |
| Octal | 65 | 10 | 214 | 76 | 136 | 0 | 55 | 404 | 131 | 35 |
| Binary | 110101 | 1000 | 10001100 | 111110 | 1011110 | 0 | 101101 | 100000100 | 1011001 | 11101 |
Color Harmonies of #35088C
Complementary color
Monochromatic Colors of #35088C
Black with #35088C
Text Example
Text Example
White with #35088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35088C; }
p { color: rgb(53,8,140); }
H1.HeaderClassName
{
color: #35088C;
}
.AnyTagClassName
{
color: #35088C;
}
</style>
background-color css
<style>
a { background-color: #35088C; }
a { background-color: rgb(53,8,140); }
div.DivClassName
{
background-color: #35088C;
}
.BgClassName
{
background-color: #35088C;
}
</style>
border-color css
<style>
span { border-color: #35088C; }
span { border-color: rgb(53,8,140); }
td.TdClassName
{
border-color: #35088C;
}
.TagClassName
{
border-color: #35088C;
}
</style>