Shades of Persian Indigo #35136C
Tints of Persian Indigo #35136C
RGB
CMYK
RGB Variations
Color information
#35136C (or 0x35136C) is known color: Persian Indigo. HEX triplet: 35, 13 and 6C. RGB value is (53,19,108). Sum of RGB (Red+Green+Blue) = 53+19+108=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #35136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35136C is #CAEC93. Grayscale: #262626. Windows color (decimal): -13298836 or 7082805. OLE color: 7082805.
HSL color Cylindrical-coordinate representation of color #35136C: hue angle of 262.92º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #35136C is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 19 | 108 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.58 |
| HSL | 262.92º | 0.7% | 0.25% | - |
| HSV(B) | 262.92º | 0.82% | 0.42% | - |
| XYZ | 4.41 | 2.31 | 14.4 | - |
| YUV | 39.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 19 | 108 | 0.51 | 0.82 | 0 | 0.58 | 262.92 | 0.7 | 0.25 |
| Hex | 35 | 13 | 6C | 33 | 52 | 0 | 3A | 107 | 46 | 19 |
| Octal | 65 | 23 | 154 | 63 | 122 | 0 | 72 | 407 | 106 | 31 |
| Binary | 110101 | 10011 | 1101100 | 110011 | 1010010 | 0 | 111010 | 100000111 | 1000110 | 11001 |
Color Harmonies of #35136C
Complementary color
Monochromatic Colors of #35136C
Black with #35136C
Text Example
Text Example
White with #35136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35136C; }
p { color: rgb(53,19,108); }
H1.HeaderClassName
{
color: #35136C;
}
.AnyTagClassName
{
color: #35136C;
}
</style>
background-color css
<style>
a { background-color: #35136C; }
a { background-color: rgb(53,19,108); }
div.DivClassName
{
background-color: #35136C;
}
.BgClassName
{
background-color: #35136C;
}
</style>
border-color css
<style>
span { border-color: #35136C; }
span { border-color: rgb(53,19,108); }
td.TdClassName
{
border-color: #35136C;
}
.TagClassName
{
border-color: #35136C;
}
</style>