Shades of Persian Indigo #35006D
Tints of Persian Indigo #35006D
RGB
CMYK
RGB Variations
Color information
#35006D (or 0x35006D) is known color: Persian Indigo. HEX triplet: 35, 00 and 6D. RGB value is (53,0,109). Sum of RGB (Red+Green+Blue) = 53+0+109=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #35006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35006D is #CAFF92. Grayscale: #1B1B1B. Windows color (decimal): -13303699 or 7143477. OLE color: 7143477.
HSL color Cylindrical-coordinate representation of color #35006D: hue angle of 269.17º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35006D is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 0 | 109 | - |
| CMYK | 0.51 | 1 | 0 | 0.57 |
| HSL | 269.17º | 1% | 0.21% | - |
| HSV(B) | 269.17º | 1% | 0.43% | - |
| XYZ | 4.23 | 1.86 | 14.6 | - |
| YUV | 28.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 109 | 0.51 | 1 | 0 | 0.57 | 269.17 | 1 | 0.21 |
| Hex | 35 | 0 | 6D | 33 | 64 | 0 | 39 | 10D | 64 | 15 |
| Octal | 65 | 0 | 155 | 63 | 144 | 0 | 71 | 415 | 144 | 25 |
| Binary | 110101 | 0 | 1101101 | 110011 | 1100100 | 0 | 111001 | 100001101 | 1100100 | 10101 |
Color Harmonies of #35006D
Complementary color
Monochromatic Colors of #35006D
Black with #35006D
Text Example
Text Example
White with #35006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35006D; }
p { color: rgb(53,0,109); }
H1.HeaderClassName
{
color: #35006D;
}
.AnyTagClassName
{
color: #35006D;
}
</style>
background-color css
<style>
a { background-color: #35006D; }
a { background-color: rgb(53,0,109); }
div.DivClassName
{
background-color: #35006D;
}
.BgClassName
{
background-color: #35006D;
}
</style>
border-color css
<style>
span { border-color: #35006D; }
span { border-color: rgb(53,0,109); }
td.TdClassName
{
border-color: #35006D;
}
.TagClassName
{
border-color: #35006D;
}
</style>