Shades of Persian Indigo #35257C
Tints of Persian Indigo #35257C
RGB
CMYK
RGB Variations
Color information
#35257C (or 0x35257C) is known color: Persian Indigo. HEX triplet: 35, 25 and 7C. RGB value is (53,37,124). Sum of RGB (Red+Green+Blue) = 53+37+124=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #35257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35257C is #CADA83. Grayscale: #333333. Windows color (decimal): -13294212 or 8135989. OLE color: 8135989.
HSL color Cylindrical-coordinate representation of color #35257C: hue angle of 251.03º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35257C is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 37 | 124 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.51 |
| HSL | 251.03º | 0.54% | 0.32% | - |
| HSV(B) | 251.03º | 0.7% | 0.49% | - |
| XYZ | 5.77 | 3.54 | 19.45 | - |
| YUV | 51.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 124 | 0.57 | 0.70 | 0 | 0.51 | 251.03 | 0.54 | 0.32 |
| Hex | 35 | 25 | 7C | 39 | 46 | 0 | 33 | FB | 36 | 20 |
| Octal | 65 | 45 | 174 | 71 | 106 | 0 | 63 | 373 | 66 | 40 |
| Binary | 110101 | 100101 | 1111100 | 111001 | 1000110 | 0 | 110011 | 11111011 | 110110 | 100000 |
Color Harmonies of #35257C
Complementary color
Monochromatic Colors of #35257C
Black with #35257C
Text Example
Text Example
White with #35257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35257C; }
p { color: rgb(53,37,124); }
H1.HeaderClassName
{
color: #35257C;
}
.AnyTagClassName
{
color: #35257C;
}
</style>
background-color css
<style>
a { background-color: #35257C; }
a { background-color: rgb(53,37,124); }
div.DivClassName
{
background-color: #35257C;
}
.BgClassName
{
background-color: #35257C;
}
</style>
border-color css
<style>
span { border-color: #35257C; }
span { border-color: rgb(53,37,124); }
td.TdClassName
{
border-color: #35257C;
}
.TagClassName
{
border-color: #35257C;
}
</style>