Shades of Persian Indigo #35197C
Tints of Persian Indigo #35197C
RGB
CMYK
RGB Variations
Color information
#35197C (or 0x35197C) is known color: Persian Indigo. HEX triplet: 35, 19 and 7C. RGB value is (53,25,124). Sum of RGB (Red+Green+Blue) = 53+25+124=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #35197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35197C is #CAE683. Grayscale: #2C2C2C. Windows color (decimal): -13297284 or 8132917. OLE color: 8132917.
HSL color Cylindrical-coordinate representation of color #35197C: hue angle of 256.97º degrees, saturation: 0.66, 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 #35197C is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 25 | 124 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.51 |
| HSL | 256.97º | 0.66% | 0.29% | - |
| HSV(B) | 256.97º | 0.8% | 0.49% | - |
| XYZ | 5.45 | 2.91 | 19.34 | - |
| YUV | 44.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 124 | 0.57 | 0.80 | 0 | 0.51 | 256.97 | 0.66 | 0.29 |
| Hex | 35 | 19 | 7C | 39 | 50 | 0 | 33 | 101 | 42 | 1D |
| Octal | 65 | 31 | 174 | 71 | 120 | 0 | 63 | 401 | 102 | 35 |
| Binary | 110101 | 11001 | 1111100 | 111001 | 1010000 | 0 | 110011 | 100000001 | 1000010 | 11101 |
Color Harmonies of #35197C
Complementary color
Monochromatic Colors of #35197C
Black with #35197C
Text Example
Text Example
White with #35197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35197C; }
p { color: rgb(53,25,124); }
H1.HeaderClassName
{
color: #35197C;
}
.AnyTagClassName
{
color: #35197C;
}
</style>
background-color css
<style>
a { background-color: #35197C; }
a { background-color: rgb(53,25,124); }
div.DivClassName
{
background-color: #35197C;
}
.BgClassName
{
background-color: #35197C;
}
</style>
border-color css
<style>
span { border-color: #35197C; }
span { border-color: rgb(53,25,124); }
td.TdClassName
{
border-color: #35197C;
}
.TagClassName
{
border-color: #35197C;
}
</style>