Shades of Persian Indigo #35197D
Tints of Persian Indigo #35197D
RGB
CMYK
RGB Variations
Color information
#35197D (or 0x35197D) is known color: Persian Indigo. HEX triplet: 35, 19 and 7D. RGB value is (53,25,125). Sum of RGB (Red+Green+Blue) = 53+25+125=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #35197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35197D is #CAE682. Grayscale: #2C2C2C. Windows color (decimal): -13297283 or 8198453. OLE color: 8198453.
HSL color Cylindrical-coordinate representation of color #35197D: hue angle of 256.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35197D is Cyan = 0.58, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 25 | 125 | - |
| CMYK | 0.58 | 0.8 | 0 | 0.51 |
| HSL | 256.8º | 0.67% | 0.29% | - |
| HSV(B) | 256.8º | 0.8% | 0.49% | - |
| XYZ | 5.52 | 2.93 | 19.68 | - |
| YUV | 44.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 125 | 0.58 | 0.8 | 0 | 0.51 | 256.8 | 0.67 | 0.29 |
| Hex | 35 | 19 | 7D | 3A | 50 | 0 | 33 | 101 | 43 | 1D |
| Octal | 65 | 31 | 175 | 72 | 120 | 0 | 63 | 401 | 103 | 35 |
| Binary | 110101 | 11001 | 1111101 | 111010 | 1010000 | 0 | 110011 | 100000001 | 1000011 | 11101 |
Color Harmonies of #35197D
Complementary color
Monochromatic Colors of #35197D
Black with #35197D
Text Example
Text Example
White with #35197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35197D; }
p { color: rgb(53,25,125); }
H1.HeaderClassName
{
color: #35197D;
}
.AnyTagClassName
{
color: #35197D;
}
</style>
background-color css
<style>
a { background-color: #35197D; }
a { background-color: rgb(53,25,125); }
div.DivClassName
{
background-color: #35197D;
}
.BgClassName
{
background-color: #35197D;
}
</style>
border-color css
<style>
span { border-color: #35197D; }
span { border-color: rgb(53,25,125); }
td.TdClassName
{
border-color: #35197D;
}
.TagClassName
{
border-color: #35197D;
}
</style>