Shades of Persian Indigo #35197E
Tints of Persian Indigo #35197E
RGB
CMYK
RGB Variations
Color information
#35197E (or 0x35197E) is known color: Persian Indigo. HEX triplet: 35, 19 and 7E. RGB value is (53,25,126). Sum of RGB (Red+Green+Blue) = 53+25+126=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #35197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35197E is #CAE681. Grayscale: #2C2C2C. Windows color (decimal): -13297282 or 8263989. OLE color: 8263989.
HSL color Cylindrical-coordinate representation of color #35197E: hue angle of 256.63º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35197E is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 25 | 126 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.51 |
| HSL | 256.63º | 0.67% | 0.3% | - |
| HSV(B) | 256.63º | 0.8% | 0.49% | - |
| XYZ | 5.58 | 2.96 | 20.02 | - |
| YUV | 44.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 126 | 0.58 | 0.80 | 0 | 0.51 | 256.63 | 0.67 | 0.3 |
| Hex | 35 | 19 | 7E | 3A | 50 | 0 | 33 | 101 | 43 | 1E |
| Octal | 65 | 31 | 176 | 72 | 120 | 0 | 63 | 401 | 103 | 36 |
| Binary | 110101 | 11001 | 1111110 | 111010 | 1010000 | 0 | 110011 | 100000001 | 1000011 | 11110 |
Color Harmonies of #35197E
Complementary color
Monochromatic Colors of #35197E
Black with #35197E
Text Example
Text Example
White with #35197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35197E; }
p { color: rgb(53,25,126); }
H1.HeaderClassName
{
color: #35197E;
}
.AnyTagClassName
{
color: #35197E;
}
</style>
background-color css
<style>
a { background-color: #35197E; }
a { background-color: rgb(53,25,126); }
div.DivClassName
{
background-color: #35197E;
}
.BgClassName
{
background-color: #35197E;
}
</style>
border-color css
<style>
span { border-color: #35197E; }
span { border-color: rgb(53,25,126); }
td.TdClassName
{
border-color: #35197E;
}
.TagClassName
{
border-color: #35197E;
}
</style>