Shades of Persian Indigo #35136D
Tints of Persian Indigo #35136D
RGB
CMYK
RGB Variations
Color information
#35136D (or 0x35136D) is known color: Persian Indigo. HEX triplet: 35, 13 and 6D. RGB value is (53,19,109). Sum of RGB (Red+Green+Blue) = 53+19+109=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #35136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35136D is #CAEC92. Grayscale: #272727. Windows color (decimal): -13298835 or 7148341. OLE color: 7148341.
HSL color Cylindrical-coordinate representation of color #35136D: hue angle of 262.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35136D is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 19 | 109 | - |
| CMYK | 0.51 | 0.83 | 0 | 0.57 |
| HSL | 262.67º | 0.7% | 0.25% | - |
| HSV(B) | 262.67º | 0.83% | 0.43% | - |
| XYZ | 4.46 | 2.33 | 14.68 | - |
| YUV | 39.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 109 | 0.51 | 0.83 | 0 | 0.57 | 262.67 | 0.7 | 0.25 |
| Hex | 35 | 13 | 6D | 33 | 53 | 0 | 39 | 107 | 46 | 19 |
| Octal | 65 | 23 | 155 | 63 | 123 | 0 | 71 | 407 | 106 | 31 |
| Binary | 110101 | 10011 | 1101101 | 110011 | 1010011 | 0 | 111001 | 100000111 | 1000110 | 11001 |
Color Harmonies of #35136D
Complementary color
Monochromatic Colors of #35136D
Black with #35136D
Text Example
Text Example
White with #35136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35136D; }
p { color: rgb(53,19,109); }
H1.HeaderClassName
{
color: #35136D;
}
.AnyTagClassName
{
color: #35136D;
}
</style>
background-color css
<style>
a { background-color: #35136D; }
a { background-color: rgb(53,19,109); }
div.DivClassName
{
background-color: #35136D;
}
.BgClassName
{
background-color: #35136D;
}
</style>
border-color css
<style>
span { border-color: #35136D; }
span { border-color: rgb(53,19,109); }
td.TdClassName
{
border-color: #35136D;
}
.TagClassName
{
border-color: #35136D;
}
</style>