Shades of Persian Indigo #3405A2
Tints of Persian Indigo #3405A2
RGB
CMYK
RGB Variations
Color information
#3405A2 (or 0x3405A2) is known color: Persian Indigo. HEX triplet: 34, 05 and A2. RGB value is (52,5,162). Sum of RGB (Red+Green+Blue) = 52+5+162=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 162 (63.67% from 255 or 73.97% from 219); Max value from RGB is 162 - color contains mainly: blue. Hex color #3405A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3405A2 is #CBFA5D. Grayscale: #242424. Windows color (decimal): -13367902 or 10618164. OLE color: 10618164.
HSL color Cylindrical-coordinate representation of color #3405A2: hue angle of 257.96º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3405A2 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 52 | 5 | 162 | - |
CMYK | 0.68 | 0.97 | 0 | 0.36 |
HSL | 257.96º | 0.94% | 0.33% | - |
HSV(B) | 257.96º | 0.97% | 0.64% | - |
XYZ | 7.99 | 3.45 | 34.43 | - |
YUV | 36.95 | 198.57 | 138.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 5 | 162 | 0.68 | 0.97 | 0 | 0.36 | 257.96 | 0.94 | 0.33 |
Hex | 34 | 5 | A2 | 44 | 61 | 0 | 24 | 102 | 5E | 21 |
Octal | 64 | 5 | 242 | 104 | 141 | 0 | 44 | 402 | 136 | 41 |
Binary | 110100 | 101 | 10100010 | 1000100 | 1100001 | 0 | 100100 | 100000010 | 1011110 | 100001 |
Color Harmonies of #3405A2
Complementary color
Monochromatic Colors of #3405A2
Black with #3405A2
Text Example
Text Example
White with #3405A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3405A2; }
p { color: rgb(52,5,162); }
H1.HeaderClassName
{
color: #3405A2;
}
.AnyTagClassName
{
color: #3405A2;
}
</style>
background-color css
<style>
a { background-color: #3405A2; }
a { background-color: rgb(52,5,162); }
div.DivClassName
{
background-color: #3405A2;
}
.BgClassName
{
background-color: #3405A2;
}
</style>
border-color css
<style>
span { border-color: #3405A2; }
span { border-color: rgb(52,5,162); }
td.TdClassName
{
border-color: #3405A2;
}
.TagClassName
{
border-color: #3405A2;
}
</style>