Shades of Persian Indigo #350D69
Tints of Persian Indigo #350D69
RGB
CMYK
RGB Variations
Color information
#350D69 (or 0x350D69) is known color: Persian Indigo. HEX triplet: 35, 0D and 69. RGB value is (53,13,105). Sum of RGB (Red+Green+Blue) = 53+13+105=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #350D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D69 is #CAF296. Grayscale: #232323. Windows color (decimal): -13300375 or 6884661. OLE color: 6884661.
HSL color Cylindrical-coordinate representation of color #350D69: hue angle of 266.09º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350D69 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 13 | 105 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.59 |
| HSL | 266.09º | 0.78% | 0.23% | - |
| HSV(B) | 266.09º | 0.88% | 0.41% | - |
| XYZ | 4.16 | 2.06 | 13.54 | - |
| YUV | 35.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 105 | 0.50 | 0.88 | 0 | 0.59 | 266.09 | 0.78 | 0.23 |
| Hex | 35 | D | 69 | 32 | 58 | 0 | 3B | 10A | 4E | 17 |
| Octal | 65 | 15 | 151 | 62 | 130 | 0 | 73 | 412 | 116 | 27 |
| Binary | 110101 | 1101 | 1101001 | 110010 | 1011000 | 0 | 111011 | 100001010 | 1001110 | 10111 |
Color Harmonies of #350D69
Complementary color
Monochromatic Colors of #350D69
Black with #350D69
Text Example
Text Example
White with #350D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D69; }
p { color: rgb(53,13,105); }
H1.HeaderClassName
{
color: #350D69;
}
.AnyTagClassName
{
color: #350D69;
}
</style>
background-color css
<style>
a { background-color: #350D69; }
a { background-color: rgb(53,13,105); }
div.DivClassName
{
background-color: #350D69;
}
.BgClassName
{
background-color: #350D69;
}
</style>
border-color css
<style>
span { border-color: #350D69; }
span { border-color: rgb(53,13,105); }
td.TdClassName
{
border-color: #350D69;
}
.TagClassName
{
border-color: #350D69;
}
</style>