Shades of Persian Indigo #350B68
Tints of Persian Indigo #350B68
RGB
CMYK
RGB Variations
Color information
#350B68 (or 0x350B68) is known color: Persian Indigo. HEX triplet: 35, 0B and 68. RGB value is (53,11,104). Sum of RGB (Red+Green+Blue) = 53+11+104=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #350B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B68 is #CAF497. Grayscale: #212121. Windows color (decimal): -13300888 or 6818613. OLE color: 6818613.
HSL color Cylindrical-coordinate representation of color #350B68: hue angle of 267.1º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350B68 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 11 | 104 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.59 |
| HSL | 267.1º | 0.81% | 0.23% | - |
| HSV(B) | 267.1º | 0.89% | 0.41% | - |
| XYZ | 4.09 | 2 | 13.27 | - |
| YUV | 34.16 | 167.41 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 104 | 0.49 | 0.89 | 0 | 0.59 | 267.1 | 0.81 | 0.23 |
| Hex | 35 | B | 68 | 31 | 59 | 0 | 3B | 10B | 51 | 17 |
| Octal | 65 | 13 | 150 | 61 | 131 | 0 | 73 | 413 | 121 | 27 |
| Binary | 110101 | 1011 | 1101000 | 110001 | 1011001 | 0 | 111011 | 100001011 | 1010001 | 10111 |
Color Harmonies of #350B68
Complementary color
Monochromatic Colors of #350B68
Black with #350B68
Text Example
Text Example
White with #350B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B68; }
p { color: rgb(53,11,104); }
H1.HeaderClassName
{
color: #350B68;
}
.AnyTagClassName
{
color: #350B68;
}
</style>
background-color css
<style>
a { background-color: #350B68; }
a { background-color: rgb(53,11,104); }
div.DivClassName
{
background-color: #350B68;
}
.BgClassName
{
background-color: #350B68;
}
</style>
border-color css
<style>
span { border-color: #350B68; }
span { border-color: rgb(53,11,104); }
td.TdClassName
{
border-color: #350B68;
}
.TagClassName
{
border-color: #350B68;
}
</style>