Shades of Persian Indigo #350F9E
Tints of Persian Indigo #350F9E
RGB
CMYK
RGB Variations
Color information
#350F9E (or 0x350F9E) is known color: Persian Indigo. HEX triplet: 35, 0F and 9E. RGB value is (53,15,158). Sum of RGB (Red+Green+Blue) = 53+15+158=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #350F9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350F9E is #CAF061. Grayscale: #2A2A2A. Windows color (decimal): -13299810 or 10358581. OLE color: 10358581.
HSL color Cylindrical-coordinate representation of color #350F9E: hue angle of 255.94º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350F9E is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 15 | 158 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.38 |
| HSL | 255.94º | 0.83% | 0.34% | - |
| HSV(B) | 255.94º | 0.91% | 0.62% | - |
| XYZ | 7.81 | 3.57 | 32.62 | - |
| YUV | 42.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 158 | 0.66 | 0.91 | 0 | 0.38 | 255.94 | 0.83 | 0.34 |
| Hex | 35 | F | 9E | 42 | 5B | 0 | 26 | 100 | 53 | 22 |
| Octal | 65 | 17 | 236 | 102 | 133 | 0 | 46 | 400 | 123 | 42 |
| Binary | 110101 | 1111 | 10011110 | 1000010 | 1011011 | 0 | 100110 | 100000000 | 1010011 | 100010 |
Color Harmonies of #350F9E
Complementary color
Monochromatic Colors of #350F9E
Black with #350F9E
Text Example
Text Example
White with #350F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F9E; }
p { color: rgb(53,15,158); }
H1.HeaderClassName
{
color: #350F9E;
}
.AnyTagClassName
{
color: #350F9E;
}
</style>
background-color css
<style>
a { background-color: #350F9E; }
a { background-color: rgb(53,15,158); }
div.DivClassName
{
background-color: #350F9E;
}
.BgClassName
{
background-color: #350F9E;
}
</style>
border-color css
<style>
span { border-color: #350F9E; }
span { border-color: rgb(53,15,158); }
td.TdClassName
{
border-color: #350F9E;
}
.TagClassName
{
border-color: #350F9E;
}
</style>