Shades of Persian Indigo #3404A2
Tints of Persian Indigo #3404A2
RGB
CMYK
RGB Variations
Color information
#3404A2 (or 0x3404A2) is known color: Persian Indigo. HEX triplet: 34, 04 and A2. RGB value is (52,4,162). Sum of RGB (Red+Green+Blue) = 52+4+162=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 162 (63.67% from 255 or 74.31% from 218); Max value from RGB is 162 - color contains mainly: blue. Hex color #3404A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3404A2 is #CBFB5D. Grayscale: #232323. Windows color (decimal): -13368158 or 10617908. OLE color: 10617908.
HSL color Cylindrical-coordinate representation of color #3404A2: hue angle of 258.23º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404A2 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 4 | 162 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.36 |
| HSL | 258.23º | 0.95% | 0.33% | - |
| HSV(B) | 258.23º | 0.98% | 0.64% | - |
| XYZ | 7.98 | 3.43 | 34.42 | - |
| YUV | 36.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 162 | 0.68 | 0.98 | 0 | 0.36 | 258.23 | 0.95 | 0.33 |
| Hex | 34 | 4 | A2 | 44 | 62 | 0 | 24 | 102 | 5F | 21 |
| Octal | 64 | 4 | 242 | 104 | 142 | 0 | 44 | 402 | 137 | 41 |
| Binary | 110100 | 100 | 10100010 | 1000100 | 1100010 | 0 | 100100 | 100000010 | 1011111 | 100001 |
Color Harmonies of #3404A2
Complementary color
Monochromatic Colors of #3404A2
Black with #3404A2
Text Example
Text Example
White with #3404A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404A2; }
p { color: rgb(52,4,162); }
H1.HeaderClassName
{
color: #3404A2;
}
.AnyTagClassName
{
color: #3404A2;
}
</style>
background-color css
<style>
a { background-color: #3404A2; }
a { background-color: rgb(52,4,162); }
div.DivClassName
{
background-color: #3404A2;
}
.BgClassName
{
background-color: #3404A2;
}
</style>
border-color css
<style>
span { border-color: #3404A2; }
span { border-color: rgb(52,4,162); }
td.TdClassName
{
border-color: #3404A2;
}
.TagClassName
{
border-color: #3404A2;
}
</style>