Shades of Persian Indigo #341D9E
Tints of Persian Indigo #341D9E
RGB
CMYK
RGB Variations
Color information
#341D9E (or 0x341D9E) is known color: Persian Indigo. HEX triplet: 34, 1D and 9E. RGB value is (52,29,158). Sum of RGB (Red+Green+Blue) = 52+29+158=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #341D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341D9E is #CBE261. Grayscale: #323232. Windows color (decimal): -13361762 or 10362164. OLE color: 10362164.
HSL color Cylindrical-coordinate representation of color #341D9E: hue angle of 250.7º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341D9E is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 29 | 158 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.38 |
| HSL | 250.7º | 0.69% | 0.37% | - |
| HSV(B) | 250.7º | 0.82% | 0.62% | - |
| XYZ | 8.03 | 4.08 | 32.71 | - |
| YUV | 50.58 | 188.62 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 158 | 0.67 | 0.82 | 0 | 0.38 | 250.7 | 0.69 | 0.37 |
| Hex | 34 | 1D | 9E | 43 | 52 | 0 | 26 | FB | 45 | 25 |
| Octal | 64 | 35 | 236 | 103 | 122 | 0 | 46 | 373 | 105 | 45 |
| Binary | 110100 | 11101 | 10011110 | 1000011 | 1010010 | 0 | 100110 | 11111011 | 1000101 | 100101 |
Color Harmonies of #341D9E
Complementary color
Monochromatic Colors of #341D9E
Black with #341D9E
Text Example
Text Example
White with #341D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D9E; }
p { color: rgb(52,29,158); }
H1.HeaderClassName
{
color: #341D9E;
}
.AnyTagClassName
{
color: #341D9E;
}
</style>
background-color css
<style>
a { background-color: #341D9E; }
a { background-color: rgb(52,29,158); }
div.DivClassName
{
background-color: #341D9E;
}
.BgClassName
{
background-color: #341D9E;
}
</style>
border-color css
<style>
span { border-color: #341D9E; }
span { border-color: rgb(52,29,158); }
td.TdClassName
{
border-color: #341D9E;
}
.TagClassName
{
border-color: #341D9E;
}
</style>