Shades of Persian Indigo #3500A4
Tints of Persian Indigo #3500A4
RGB
CMYK
RGB Variations
Color information
#3500A4 (or 0x3500A4) is known color: Persian Indigo. HEX triplet: 35, 00 and A4. RGB value is (53,0,164). Sum of RGB (Red+Green+Blue) = 53+0+164=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 164 (64.45% from 255 or 75.58% from 217); Max value from RGB is 164 - color contains mainly: blue. Hex color #3500A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3500A4 is #CAFF5B. Grayscale: #212121. Windows color (decimal): -13303644 or 10747957. OLE color: 10747957.
HSL color Cylindrical-coordinate representation of color #3500A4: hue angle of 259.39º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3500A4 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 0 | 164 | - |
| CMYK | 0.68 | 1 | 0 | 0.36 |
| HSL | 259.39º | 1% | 0.32% | - |
| HSV(B) | 259.39º | 1% | 0.64% | - |
| XYZ | 8.17 | 3.44 | 35.35 | - |
| YUV | 34.54 | 201.06 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 164 | 0.68 | 1 | 0 | 0.36 | 259.39 | 1 | 0.32 |
| Hex | 35 | 0 | A4 | 44 | 64 | 0 | 24 | 103 | 64 | 20 |
| Octal | 65 | 0 | 244 | 104 | 144 | 0 | 44 | 403 | 144 | 40 |
| Binary | 110101 | 0 | 10100100 | 1000100 | 1100100 | 0 | 100100 | 100000011 | 1100100 | 100000 |
Color Harmonies of #3500A4
Complementary color
Monochromatic Colors of #3500A4
Black with #3500A4
Text Example
Text Example
White with #3500A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3500A4; }
p { color: rgb(53,0,164); }
H1.HeaderClassName
{
color: #3500A4;
}
.AnyTagClassName
{
color: #3500A4;
}
</style>
background-color css
<style>
a { background-color: #3500A4; }
a { background-color: rgb(53,0,164); }
div.DivClassName
{
background-color: #3500A4;
}
.BgClassName
{
background-color: #3500A4;
}
</style>
border-color css
<style>
span { border-color: #3500A4; }
span { border-color: rgb(53,0,164); }
td.TdClassName
{
border-color: #3500A4;
}
.TagClassName
{
border-color: #3500A4;
}
</style>