Shades of Persian Indigo #341F9B
Tints of Persian Indigo #341F9B
RGB
CMYK
RGB Variations
Color information
#341F9B (or 0x341F9B) is known color: Persian Indigo. HEX triplet: 34, 1F and 9B. RGB value is (52,31,155). Sum of RGB (Red+Green+Blue) = 52+31+155=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #341F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341F9B is #CBE064. Grayscale: #323232. Windows color (decimal): -13361253 or 10166068. OLE color: 10166068.
HSL color Cylindrical-coordinate representation of color #341F9B: hue angle of 250.16º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341F9B is Cyan = 0.66, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 31 | 155 | - |
| CMYK | 0.66 | 0.8 | 0 | 0.39 |
| HSL | 250.16º | 0.67% | 0.36% | - |
| HSV(B) | 250.16º | 0.8% | 0.61% | - |
| XYZ | 7.82 | 4.08 | 31.38 | - |
| YUV | 51.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 31 | 155 | 0.66 | 0.8 | 0 | 0.39 | 250.16 | 0.67 | 0.36 |
| Hex | 34 | 1F | 9B | 42 | 50 | 0 | 27 | FA | 43 | 24 |
| Octal | 64 | 37 | 233 | 102 | 120 | 0 | 47 | 372 | 103 | 44 |
| Binary | 110100 | 11111 | 10011011 | 1000010 | 1010000 | 0 | 100111 | 11111010 | 1000011 | 100100 |
Color Harmonies of #341F9B
Complementary color
Monochromatic Colors of #341F9B
Black with #341F9B
Text Example
Text Example
White with #341F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341F9B; }
p { color: rgb(52,31,155); }
H1.HeaderClassName
{
color: #341F9B;
}
.AnyTagClassName
{
color: #341F9B;
}
</style>
background-color css
<style>
a { background-color: #341F9B; }
a { background-color: rgb(52,31,155); }
div.DivClassName
{
background-color: #341F9B;
}
.BgClassName
{
background-color: #341F9B;
}
</style>
border-color css
<style>
span { border-color: #341F9B; }
span { border-color: rgb(52,31,155); }
td.TdClassName
{
border-color: #341F9B;
}
.TagClassName
{
border-color: #341F9B;
}
</style>