Shades of Persian Indigo #3508A2
Tints of Persian Indigo #3508A2
RGB
CMYK
RGB Variations
Color information
#3508A2 (or 0x3508A2) is known color: Persian Indigo. HEX triplet: 35, 08 and A2. RGB value is (53,8,162). Sum of RGB (Red+Green+Blue) = 53+8+162=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 162 (63.67% from 255 or 72.65% from 223); Max value from RGB is 162 - color contains mainly: blue. Hex color #3508A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3508A2 is #CAF75D. Grayscale: #262626. Windows color (decimal): -13301598 or 10618933. OLE color: 10618933.
HSL color Cylindrical-coordinate representation of color #3508A2: hue angle of 257.53º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3508A2 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 8 | 162 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.36 |
| HSL | 257.53º | 0.91% | 0.33% | - |
| HSV(B) | 257.53º | 0.95% | 0.64% | - |
| XYZ | 8.08 | 3.54 | 34.44 | - |
| YUV | 39.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 8 | 162 | 0.67 | 0.95 | 0 | 0.36 | 257.53 | 0.91 | 0.33 |
| Hex | 35 | 8 | A2 | 43 | 5F | 0 | 24 | 102 | 5B | 21 |
| Octal | 65 | 10 | 242 | 103 | 137 | 0 | 44 | 402 | 133 | 41 |
| Binary | 110101 | 1000 | 10100010 | 1000011 | 1011111 | 0 | 100100 | 100000010 | 1011011 | 100001 |
Color Harmonies of #3508A2
Complementary color
Monochromatic Colors of #3508A2
Black with #3508A2
Text Example
Text Example
White with #3508A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3508A2; }
p { color: rgb(53,8,162); }
H1.HeaderClassName
{
color: #3508A2;
}
.AnyTagClassName
{
color: #3508A2;
}
</style>
background-color css
<style>
a { background-color: #3508A2; }
a { background-color: rgb(53,8,162); }
div.DivClassName
{
background-color: #3508A2;
}
.BgClassName
{
background-color: #3508A2;
}
</style>
border-color css
<style>
span { border-color: #3508A2; }
span { border-color: rgb(53,8,162); }
td.TdClassName
{
border-color: #3508A2;
}
.TagClassName
{
border-color: #3508A2;
}
</style>