Shades of Persian Indigo #35019E
Tints of Persian Indigo #35019E
RGB
CMYK
RGB Variations
Color information
#35019E (or 0x35019E) is known color: Persian Indigo. HEX triplet: 35, 01 and 9E. RGB value is (53,1,158). Sum of RGB (Red+Green+Blue) = 53+1+158=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #35019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35019E is #CAFE61. Grayscale: #212121. Windows color (decimal): -13303394 or 10354997. OLE color: 10354997.
HSL color Cylindrical-coordinate representation of color #35019E: hue angle of 259.87º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35019E is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 1 | 158 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.38 |
| HSL | 259.87º | 0.99% | 0.31% | - |
| HSV(B) | 259.87º | 0.99% | 0.62% | - |
| XYZ | 7.65 | 3.25 | 32.57 | - |
| YUV | 34.45 | 197.73 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 158 | 0.66 | 0.99 | 0 | 0.38 | 259.87 | 0.99 | 0.31 |
| Hex | 35 | 1 | 9E | 42 | 63 | 0 | 26 | 104 | 63 | 1F |
| Octal | 65 | 1 | 236 | 102 | 143 | 0 | 46 | 404 | 143 | 37 |
| Binary | 110101 | 1 | 10011110 | 1000010 | 1100011 | 0 | 100110 | 100000100 | 1100011 | 11111 |
Color Harmonies of #35019E
Complementary color
Monochromatic Colors of #35019E
Black with #35019E
Text Example
Text Example
White with #35019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35019E; }
p { color: rgb(53,1,158); }
H1.HeaderClassName
{
color: #35019E;
}
.AnyTagClassName
{
color: #35019E;
}
</style>
background-color css
<style>
a { background-color: #35019E; }
a { background-color: rgb(53,1,158); }
div.DivClassName
{
background-color: #35019E;
}
.BgClassName
{
background-color: #35019E;
}
</style>
border-color css
<style>
span { border-color: #35019E; }
span { border-color: rgb(53,1,158); }
td.TdClassName
{
border-color: #35019E;
}
.TagClassName
{
border-color: #35019E;
}
</style>