Shades of Persian Indigo #35018F
Tints of Persian Indigo #35018F
RGB
CMYK
RGB Variations
Color information
#35018F (or 0x35018F) is known color: Persian Indigo. HEX triplet: 35, 01 and 8F. RGB value is (53,1,143). Sum of RGB (Red+Green+Blue) = 53+1+143=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 143 (56.25% from 255 or 72.59% from 197); Max value from RGB is 143 - color contains mainly: blue. Hex color #35018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35018F is #CAFE70. Grayscale: #202020. Windows color (decimal): -13303409 or 9371957. OLE color: 9371957.
HSL color Cylindrical-coordinate representation of color #35018F: hue angle of 261.97º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35018F is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 1 | 143 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.44 |
| HSL | 261.97º | 0.99% | 0.28% | - |
| HSV(B) | 261.97º | 0.99% | 0.56% | - |
| XYZ | 6.44 | 2.76 | 26.18 | - |
| YUV | 32.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 143 | 0.63 | 0.99 | 0 | 0.44 | 261.97 | 0.99 | 0.28 |
| Hex | 35 | 1 | 8F | 3F | 63 | 0 | 2C | 106 | 63 | 1C |
| Octal | 65 | 1 | 217 | 77 | 143 | 0 | 54 | 406 | 143 | 34 |
| Binary | 110101 | 1 | 10001111 | 111111 | 1100011 | 0 | 101100 | 100000110 | 1100011 | 11100 |
Color Harmonies of #35018F
Complementary color
Monochromatic Colors of #35018F
Black with #35018F
Text Example
Text Example
White with #35018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35018F; }
p { color: rgb(53,1,143); }
H1.HeaderClassName
{
color: #35018F;
}
.AnyTagClassName
{
color: #35018F;
}
</style>
background-color css
<style>
a { background-color: #35018F; }
a { background-color: rgb(53,1,143); }
div.DivClassName
{
background-color: #35018F;
}
.BgClassName
{
background-color: #35018F;
}
</style>
border-color css
<style>
span { border-color: #35018F; }
span { border-color: rgb(53,1,143); }
td.TdClassName
{
border-color: #35018F;
}
.TagClassName
{
border-color: #35018F;
}
</style>