Shades of Persian Indigo #35088B
Tints of Persian Indigo #35088B
RGB
CMYK
RGB Variations
Color information
#35088B (or 0x35088B) is known color: Persian Indigo. HEX triplet: 35, 08 and 8B. RGB value is (53,8,139). Sum of RGB (Red+Green+Blue) = 53+8+139=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #35088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35088B is #CAF774. Grayscale: #232323. Windows color (decimal): -13301621 or 9111605. OLE color: 9111605.
HSL color Cylindrical-coordinate representation of color #35088B: hue angle of 260.61º 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 #35088B is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 8 | 139 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.45 |
| HSL | 260.61º | 0.89% | 0.29% | - |
| HSV(B) | 260.61º | 0.94% | 0.55% | - |
| XYZ | 6.22 | 2.79 | 24.64 | - |
| YUV | 36.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 139 | 0.62 | 0.94 | 0 | 0.45 | 260.61 | 0.89 | 0.29 |
| Hex | 35 | 8 | 8B | 3E | 5E | 0 | 2D | 105 | 59 | 1D |
| Octal | 65 | 10 | 213 | 76 | 136 | 0 | 55 | 405 | 131 | 35 |
| Binary | 110101 | 1000 | 10001011 | 111110 | 1011110 | 0 | 101101 | 100000101 | 1011001 | 11101 |
Color Harmonies of #35088B
Complementary color
Monochromatic Colors of #35088B
Black with #35088B
Text Example
Text Example
White with #35088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35088B; }
p { color: rgb(53,8,139); }
H1.HeaderClassName
{
color: #35088B;
}
.AnyTagClassName
{
color: #35088B;
}
</style>
background-color css
<style>
a { background-color: #35088B; }
a { background-color: rgb(53,8,139); }
div.DivClassName
{
background-color: #35088B;
}
.BgClassName
{
background-color: #35088B;
}
</style>
border-color css
<style>
span { border-color: #35088B; }
span { border-color: rgb(53,8,139); }
td.TdClassName
{
border-color: #35088B;
}
.TagClassName
{
border-color: #35088B;
}
</style>