Shades of Persian Indigo #350D8B
Tints of Persian Indigo #350D8B
RGB
CMYK
RGB Variations
Color information
#350D8B (or 0x350D8B) is known color: Persian Indigo. HEX triplet: 35, 0D and 8B. RGB value is (53,13,139). Sum of RGB (Red+Green+Blue) = 53+13+139=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #350D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350D8B is #CAF274. Grayscale: #262626. Windows color (decimal): -13300341 or 9112885. OLE color: 9112885.
HSL color Cylindrical-coordinate representation of color #350D8B: hue angle of 259.05º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350D8B is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 13 | 139 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.45 |
| HSL | 259.05º | 0.83% | 0.3% | - |
| HSV(B) | 259.05º | 0.91% | 0.55% | - |
| XYZ | 6.27 | 2.91 | 24.66 | - |
| YUV | 39.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 139 | 0.62 | 0.91 | 0 | 0.45 | 259.05 | 0.83 | 0.3 |
| Hex | 35 | D | 8B | 3E | 5B | 0 | 2D | 103 | 53 | 1E |
| Octal | 65 | 15 | 213 | 76 | 133 | 0 | 55 | 403 | 123 | 36 |
| Binary | 110101 | 1101 | 10001011 | 111110 | 1011011 | 0 | 101101 | 100000011 | 1010011 | 11110 |
Color Harmonies of #350D8B
Complementary color
Monochromatic Colors of #350D8B
Black with #350D8B
Text Example
Text Example
White with #350D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D8B; }
p { color: rgb(53,13,139); }
H1.HeaderClassName
{
color: #350D8B;
}
.AnyTagClassName
{
color: #350D8B;
}
</style>
background-color css
<style>
a { background-color: #350D8B; }
a { background-color: rgb(53,13,139); }
div.DivClassName
{
background-color: #350D8B;
}
.BgClassName
{
background-color: #350D8B;
}
</style>
border-color css
<style>
span { border-color: #350D8B; }
span { border-color: rgb(53,13,139); }
td.TdClassName
{
border-color: #350D8B;
}
.TagClassName
{
border-color: #350D8B;
}
</style>