Shades of Persian Indigo #35046F
Tints of Persian Indigo #35046F
RGB
CMYK
RGB Variations
Color information
#35046F (or 0x35046F) is known color: Persian Indigo. HEX triplet: 35, 04 and 6F. RGB value is (53,4,111). Sum of RGB (Red+Green+Blue) = 53+4+111=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #35046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35046F is #CAFB90. Grayscale: #1E1E1E. Windows color (decimal): -13302673 or 7275573. OLE color: 7275573.
HSL color Cylindrical-coordinate representation of color #35046F: hue angle of 267.48º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35046F is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 4 | 111 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.56 |
| HSL | 267.48º | 0.93% | 0.23% | - |
| HSV(B) | 267.48º | 0.96% | 0.44% | - |
| XYZ | 4.38 | 1.99 | 15.19 | - |
| YUV | 30.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 111 | 0.52 | 0.96 | 0 | 0.56 | 267.48 | 0.93 | 0.23 |
| Hex | 35 | 4 | 6F | 34 | 60 | 0 | 38 | 10B | 5D | 17 |
| Octal | 65 | 4 | 157 | 64 | 140 | 0 | 70 | 413 | 135 | 27 |
| Binary | 110101 | 100 | 1101111 | 110100 | 1100000 | 0 | 111000 | 100001011 | 1011101 | 10111 |
Color Harmonies of #35046F
Complementary color
Monochromatic Colors of #35046F
Black with #35046F
Text Example
Text Example
White with #35046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35046F; }
p { color: rgb(53,4,111); }
H1.HeaderClassName
{
color: #35046F;
}
.AnyTagClassName
{
color: #35046F;
}
</style>
background-color css
<style>
a { background-color: #35046F; }
a { background-color: rgb(53,4,111); }
div.DivClassName
{
background-color: #35046F;
}
.BgClassName
{
background-color: #35046F;
}
</style>
border-color css
<style>
span { border-color: #35046F; }
span { border-color: rgb(53,4,111); }
td.TdClassName
{
border-color: #35046F;
}
.TagClassName
{
border-color: #35046F;
}
</style>