Shades of Persian Indigo #35008F
Tints of Persian Indigo #35008F
RGB
CMYK
RGB Variations
Color information
#35008F (or 0x35008F) is known color: Persian Indigo. HEX triplet: 35, 00 and 8F. RGB value is (53,0,143). Sum of RGB (Red+Green+Blue) = 53+0+143=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 143 (56.25% from 255 or 72.96% from 196); Max value from RGB is 143 - color contains mainly: blue. Hex color #35008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35008F is #CAFF70. Grayscale: #1F1F1F. Windows color (decimal): -13303665 or 9371701. OLE color: 9371701.
HSL color Cylindrical-coordinate representation of color #35008F: hue angle of 262.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35008F is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 0 | 143 | - |
| CMYK | 0.63 | 1 | 0 | 0.44 |
| HSL | 262.24º | 1% | 0.28% | - |
| HSV(B) | 262.24º | 1% | 0.56% | - |
| XYZ | 6.43 | 2.74 | 26.18 | - |
| YUV | 32.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 143 | 0.63 | 1 | 0 | 0.44 | 262.24 | 1 | 0.28 |
| Hex | 35 | 0 | 8F | 3F | 64 | 0 | 2C | 106 | 64 | 1C |
| Octal | 65 | 0 | 217 | 77 | 144 | 0 | 54 | 406 | 144 | 34 |
| Binary | 110101 | 0 | 10001111 | 111111 | 1100100 | 0 | 101100 | 100000110 | 1100100 | 11100 |
Color Harmonies of #35008F
Complementary color
Monochromatic Colors of #35008F
Black with #35008F
Text Example
Text Example
White with #35008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35008F; }
p { color: rgb(53,0,143); }
H1.HeaderClassName
{
color: #35008F;
}
.AnyTagClassName
{
color: #35008F;
}
</style>
background-color css
<style>
a { background-color: #35008F; }
a { background-color: rgb(53,0,143); }
div.DivClassName
{
background-color: #35008F;
}
.BgClassName
{
background-color: #35008F;
}
</style>
border-color css
<style>
span { border-color: #35008F; }
span { border-color: rgb(53,0,143); }
td.TdClassName
{
border-color: #35008F;
}
.TagClassName
{
border-color: #35008F;
}
</style>