Shades of Persian Indigo #35167E
Tints of Persian Indigo #35167E
RGB
CMYK
RGB Variations
Color information
#35167E (or 0x35167E) is known color: Persian Indigo. HEX triplet: 35, 16 and 7E. RGB value is (53,22,126). Sum of RGB (Red+Green+Blue) = 53+22+126=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #35167E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35167E is #CAE981. Grayscale: #2A2A2A. Windows color (decimal): -13298050 or 8263221. OLE color: 8263221.
HSL color Cylindrical-coordinate representation of color #35167E: hue angle of 257.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35167E is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 22 | 126 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.51 |
| HSL | 257.88º | 0.7% | 0.29% | - |
| HSV(B) | 257.88º | 0.83% | 0.49% | - |
| XYZ | 5.52 | 2.84 | 20 | - |
| YUV | 43.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 126 | 0.58 | 0.83 | 0 | 0.51 | 257.88 | 0.7 | 0.29 |
| Hex | 35 | 16 | 7E | 3A | 53 | 0 | 33 | 102 | 46 | 1D |
| Octal | 65 | 26 | 176 | 72 | 123 | 0 | 63 | 402 | 106 | 35 |
| Binary | 110101 | 10110 | 1111110 | 111010 | 1010011 | 0 | 110011 | 100000010 | 1000110 | 11101 |
Color Harmonies of #35167E
Complementary color
Monochromatic Colors of #35167E
Black with #35167E
Text Example
Text Example
White with #35167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35167E; }
p { color: rgb(53,22,126); }
H1.HeaderClassName
{
color: #35167E;
}
.AnyTagClassName
{
color: #35167E;
}
</style>
background-color css
<style>
a { background-color: #35167E; }
a { background-color: rgb(53,22,126); }
div.DivClassName
{
background-color: #35167E;
}
.BgClassName
{
background-color: #35167E;
}
</style>
border-color css
<style>
span { border-color: #35167E; }
span { border-color: rgb(53,22,126); }
td.TdClassName
{
border-color: #35167E;
}
.TagClassName
{
border-color: #35167E;
}
</style>