Shades of Persian Indigo #341A99
Tints of Persian Indigo #341A99
RGB
CMYK
RGB Variations
Color information
#341A99 (or 0x341A99) is known color: Persian Indigo. HEX triplet: 34, 1A and 99. RGB value is (52,26,153). Sum of RGB (Red+Green+Blue) = 52+26+153=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #341A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A99 is #CBE566. Grayscale: #2F2F2F. Windows color (decimal): -13362535 or 10033716. OLE color: 10033716.
HSL color Cylindrical-coordinate representation of color #341A99: hue angle of 252.28º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341A99 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 26 | 153 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.4 |
| HSL | 252.28º | 0.71% | 0.35% | - |
| HSV(B) | 252.28º | 0.83% | 0.6% | - |
| XYZ | 7.54 | 3.77 | 30.47 | - |
| YUV | 48.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 153 | 0.66 | 0.83 | 0 | 0.4 | 252.28 | 0.71 | 0.35 |
| Hex | 34 | 1A | 99 | 42 | 53 | 0 | 28 | FC | 47 | 23 |
| Octal | 64 | 32 | 231 | 102 | 123 | 0 | 50 | 374 | 107 | 43 |
| Binary | 110100 | 11010 | 10011001 | 1000010 | 1010011 | 0 | 101000 | 11111100 | 1000111 | 100011 |
Color Harmonies of #341A99
Complementary color
Monochromatic Colors of #341A99
Black with #341A99
Text Example
Text Example
White with #341A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A99; }
p { color: rgb(52,26,153); }
H1.HeaderClassName
{
color: #341A99;
}
.AnyTagClassName
{
color: #341A99;
}
</style>
background-color css
<style>
a { background-color: #341A99; }
a { background-color: rgb(52,26,153); }
div.DivClassName
{
background-color: #341A99;
}
.BgClassName
{
background-color: #341A99;
}
</style>
border-color css
<style>
span { border-color: #341A99; }
span { border-color: rgb(52,26,153); }
td.TdClassName
{
border-color: #341A99;
}
.TagClassName
{
border-color: #341A99;
}
</style>