Shades of Persian Indigo #3512A4
Tints of Persian Indigo #3512A4
RGB
CMYK
RGB Variations
Color information
#3512A4 (or 0x3512A4) is known color: Persian Indigo. HEX triplet: 35, 12 and A4. RGB value is (53,18,164). Sum of RGB (Red+Green+Blue) = 53+18+164=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 164 (64.45% from 255 or 69.79% from 235); Max value from RGB is 164 - color contains mainly: blue. Hex color #3512A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3512A4 is #CAED5B. Grayscale: #2C2C2C. Windows color (decimal): -13299036 or 10752565. OLE color: 10752565.
HSL color Cylindrical-coordinate representation of color #3512A4: hue angle of 254.38º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3512A4 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 18 | 164 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.36 |
| HSL | 254.38º | 0.8% | 0.36% | - |
| HSV(B) | 254.38º | 0.89% | 0.64% | - |
| XYZ | 8.39 | 3.87 | 35.43 | - |
| YUV | 45.11 | 195.1 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 164 | 0.68 | 0.89 | 0 | 0.36 | 254.38 | 0.8 | 0.36 |
| Hex | 35 | 12 | A4 | 44 | 59 | 0 | 24 | FE | 50 | 24 |
| Octal | 65 | 22 | 244 | 104 | 131 | 0 | 44 | 376 | 120 | 44 |
| Binary | 110101 | 10010 | 10100100 | 1000100 | 1011001 | 0 | 100100 | 11111110 | 1010000 | 100100 |
Color Harmonies of #3512A4
Complementary color
Monochromatic Colors of #3512A4
Black with #3512A4
Text Example
Text Example
White with #3512A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512A4; }
p { color: rgb(53,18,164); }
H1.HeaderClassName
{
color: #3512A4;
}
.AnyTagClassName
{
color: #3512A4;
}
</style>
background-color css
<style>
a { background-color: #3512A4; }
a { background-color: rgb(53,18,164); }
div.DivClassName
{
background-color: #3512A4;
}
.BgClassName
{
background-color: #3512A4;
}
</style>
border-color css
<style>
span { border-color: #3512A4; }
span { border-color: rgb(53,18,164); }
td.TdClassName
{
border-color: #3512A4;
}
.TagClassName
{
border-color: #3512A4;
}
</style>