Shades of Persian Indigo #350B7D
Tints of Persian Indigo #350B7D
RGB
CMYK
RGB Variations
Color information
#350B7D (or 0x350B7D) is known color: Persian Indigo. HEX triplet: 35, 0B and 7D. RGB value is (53,11,125). Sum of RGB (Red+Green+Blue) = 53+11+125=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #350B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B7D is #CAF482. Grayscale: #242424. Windows color (decimal): -13300867 or 8194869. OLE color: 8194869.
HSL color Cylindrical-coordinate representation of color #350B7D: hue angle of 262.11º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350B7D is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 11 | 125 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.51 |
| HSL | 262.11º | 0.84% | 0.27% | - |
| HSV(B) | 262.11º | 0.91% | 0.49% | - |
| XYZ | 5.29 | 2.48 | 19.6 | - |
| YUV | 36.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 125 | 0.58 | 0.91 | 0 | 0.51 | 262.11 | 0.84 | 0.27 |
| Hex | 35 | B | 7D | 3A | 5B | 0 | 33 | 106 | 54 | 1B |
| Octal | 65 | 13 | 175 | 72 | 133 | 0 | 63 | 406 | 124 | 33 |
| Binary | 110101 | 1011 | 1111101 | 111010 | 1011011 | 0 | 110011 | 100000110 | 1010100 | 11011 |
Color Harmonies of #350B7D
Complementary color
Monochromatic Colors of #350B7D
Black with #350B7D
Text Example
Text Example
White with #350B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B7D; }
p { color: rgb(53,11,125); }
H1.HeaderClassName
{
color: #350B7D;
}
.AnyTagClassName
{
color: #350B7D;
}
</style>
background-color css
<style>
a { background-color: #350B7D; }
a { background-color: rgb(53,11,125); }
div.DivClassName
{
background-color: #350B7D;
}
.BgClassName
{
background-color: #350B7D;
}
</style>
border-color css
<style>
span { border-color: #350B7D; }
span { border-color: rgb(53,11,125); }
td.TdClassName
{
border-color: #350B7D;
}
.TagClassName
{
border-color: #350B7D;
}
</style>