Shades of Persian Indigo #35177C
Tints of Persian Indigo #35177C
RGB
CMYK
RGB Variations
Color information
#35177C (or 0x35177C) is known color: Persian Indigo. HEX triplet: 35, 17 and 7C. RGB value is (53,23,124). Sum of RGB (Red+Green+Blue) = 53+23+124=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #35177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35177C is #CAE883. Grayscale: #2B2B2B. Windows color (decimal): -13297796 or 8132405. OLE color: 8132405.
HSL color Cylindrical-coordinate representation of color #35177C: hue angle of 257.82º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35177C is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 23 | 124 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.51 |
| HSL | 257.82º | 0.69% | 0.29% | - |
| HSV(B) | 257.82º | 0.81% | 0.49% | - |
| XYZ | 5.41 | 2.82 | 19.33 | - |
| YUV | 43.48 | 173.44 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 124 | 0.57 | 0.81 | 0 | 0.51 | 257.82 | 0.69 | 0.29 |
| Hex | 35 | 17 | 7C | 39 | 51 | 0 | 33 | 102 | 45 | 1D |
| Octal | 65 | 27 | 174 | 71 | 121 | 0 | 63 | 402 | 105 | 35 |
| Binary | 110101 | 10111 | 1111100 | 111001 | 1010001 | 0 | 110011 | 100000010 | 1000101 | 11101 |
Color Harmonies of #35177C
Complementary color
Monochromatic Colors of #35177C
Black with #35177C
Text Example
Text Example
White with #35177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35177C; }
p { color: rgb(53,23,124); }
H1.HeaderClassName
{
color: #35177C;
}
.AnyTagClassName
{
color: #35177C;
}
</style>
background-color css
<style>
a { background-color: #35177C; }
a { background-color: rgb(53,23,124); }
div.DivClassName
{
background-color: #35177C;
}
.BgClassName
{
background-color: #35177C;
}
</style>
border-color css
<style>
span { border-color: #35177C; }
span { border-color: rgb(53,23,124); }
td.TdClassName
{
border-color: #35177C;
}
.TagClassName
{
border-color: #35177C;
}
</style>