Shades of Persian Indigo #35247E
Tints of Persian Indigo #35247E
RGB
CMYK
RGB Variations
Color information
#35247E (or 0x35247E) is known color: Persian Indigo. HEX triplet: 35, 24 and 7E. RGB value is (53,36,126). Sum of RGB (Red+Green+Blue) = 53+36+126=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #35247E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35247E is #CADB81. Grayscale: #333333. Windows color (decimal): -13294466 or 8266805. OLE color: 8266805.
HSL color Cylindrical-coordinate representation of color #35247E: hue angle of 251.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35247E is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 36 | 126 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.51 |
| HSL | 251.33º | 0.56% | 0.32% | - |
| HSV(B) | 251.33º | 0.71% | 0.49% | - |
| XYZ | 5.86 | 3.52 | 20.11 | - |
| YUV | 51.34 | 170.13 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 126 | 0.58 | 0.71 | 0 | 0.51 | 251.33 | 0.56 | 0.32 |
| Hex | 35 | 24 | 7E | 3A | 47 | 0 | 33 | FB | 38 | 20 |
| Octal | 65 | 44 | 176 | 72 | 107 | 0 | 63 | 373 | 70 | 40 |
| Binary | 110101 | 100100 | 1111110 | 111010 | 1000111 | 0 | 110011 | 11111011 | 111000 | 100000 |
Color Harmonies of #35247E
Complementary color
Monochromatic Colors of #35247E
Black with #35247E
Text Example
Text Example
White with #35247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35247E; }
p { color: rgb(53,36,126); }
H1.HeaderClassName
{
color: #35247E;
}
.AnyTagClassName
{
color: #35247E;
}
</style>
background-color css
<style>
a { background-color: #35247E; }
a { background-color: rgb(53,36,126); }
div.DivClassName
{
background-color: #35247E;
}
.BgClassName
{
background-color: #35247E;
}
</style>
border-color css
<style>
span { border-color: #35247E; }
span { border-color: rgb(53,36,126); }
td.TdClassName
{
border-color: #35247E;
}
.TagClassName
{
border-color: #35247E;
}
</style>