Shades of Persian Indigo #35267E
Tints of Persian Indigo #35267E
RGB
CMYK
RGB Variations
Color information
#35267E (or 0x35267E) is known color: Persian Indigo. HEX triplet: 35, 26 and 7E. RGB value is (53,38,126). Sum of RGB (Red+Green+Blue) = 53+38+126=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #35267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35267E is #CAD981. Grayscale: #343434. Windows color (decimal): -13293954 or 8267317. OLE color: 8267317.
HSL color Cylindrical-coordinate representation of color #35267E: hue angle of 250.23º 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 #35267E is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 38 | 126 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.51 |
| HSL | 250.23º | 0.54% | 0.32% | - |
| HSV(B) | 250.23º | 0.7% | 0.49% | - |
| XYZ | 5.93 | 3.65 | 20.13 | - |
| YUV | 52.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 126 | 0.58 | 0.70 | 0 | 0.51 | 250.23 | 0.54 | 0.32 |
| Hex | 35 | 26 | 7E | 3A | 46 | 0 | 33 | FA | 36 | 20 |
| Octal | 65 | 46 | 176 | 72 | 106 | 0 | 63 | 372 | 66 | 40 |
| Binary | 110101 | 100110 | 1111110 | 111010 | 1000110 | 0 | 110011 | 11111010 | 110110 | 100000 |
Color Harmonies of #35267E
Complementary color
Monochromatic Colors of #35267E
Black with #35267E
Text Example
Text Example
White with #35267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35267E; }
p { color: rgb(53,38,126); }
H1.HeaderClassName
{
color: #35267E;
}
.AnyTagClassName
{
color: #35267E;
}
</style>
background-color css
<style>
a { background-color: #35267E; }
a { background-color: rgb(53,38,126); }
div.DivClassName
{
background-color: #35267E;
}
.BgClassName
{
background-color: #35267E;
}
</style>
border-color css
<style>
span { border-color: #35267E; }
span { border-color: rgb(53,38,126); }
td.TdClassName
{
border-color: #35267E;
}
.TagClassName
{
border-color: #35267E;
}
</style>