Shades of Persian Indigo #35096A
Tints of Persian Indigo #35096A
RGB
CMYK
RGB Variations
Color information
#35096A (or 0x35096A) is known color: Persian Indigo. HEX triplet: 35, 09 and 6A. RGB value is (53,9,106). Sum of RGB (Red+Green+Blue) = 53+9+106=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 106 (41.80% from 255 or 63.10% from 168); Max value from RGB is 106 - color contains mainly: blue. Hex color #35096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35096A is #CAF695. Grayscale: #202020. Windows color (decimal): -13301398 or 6949173. OLE color: 6949173.
HSL color Cylindrical-coordinate representation of color #35096A: hue angle of 267.22º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35096A is Cyan = 0.5, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 9 | 106 | - |
| CMYK | 0.5 | 0.92 | 0 | 0.58 |
| HSL | 267.22º | 0.84% | 0.23% | - |
| HSV(B) | 267.22º | 0.92% | 0.42% | - |
| XYZ | 4.17 | 1.99 | 13.8 | - |
| YUV | 33.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 106 | 0.5 | 0.92 | 0 | 0.58 | 267.22 | 0.84 | 0.23 |
| Hex | 35 | 9 | 6A | 32 | 5C | 0 | 3A | 10B | 54 | 17 |
| Octal | 65 | 11 | 152 | 62 | 134 | 0 | 72 | 413 | 124 | 27 |
| Binary | 110101 | 1001 | 1101010 | 110010 | 1011100 | 0 | 111010 | 100001011 | 1010100 | 10111 |
Color Harmonies of #35096A
Complementary color
Monochromatic Colors of #35096A
Black with #35096A
Text Example
Text Example
White with #35096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35096A; }
p { color: rgb(53,9,106); }
H1.HeaderClassName
{
color: #35096A;
}
.AnyTagClassName
{
color: #35096A;
}
</style>
background-color css
<style>
a { background-color: #35096A; }
a { background-color: rgb(53,9,106); }
div.DivClassName
{
background-color: #35096A;
}
.BgClassName
{
background-color: #35096A;
}
</style>
border-color css
<style>
span { border-color: #35096A; }
span { border-color: rgb(53,9,106); }
td.TdClassName
{
border-color: #35096A;
}
.TagClassName
{
border-color: #35096A;
}
</style>