Shades of Persian Indigo #341A85
Tints of Persian Indigo #341A85
RGB
CMYK
RGB Variations
Color information
#341A85 (or 0x341A85) is known color: Persian Indigo. HEX triplet: 34, 1A and 85. RGB value is (52,26,133). Sum of RGB (Red+Green+Blue) = 52+26+133=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #341A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341A85 is #CBE57A. Grayscale: #2D2D2D. Windows color (decimal): -13362555 or 8722996. OLE color: 8722996.
HSL color Cylindrical-coordinate representation of color #341A85: hue angle of 254.58º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341A85 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 26 | 133 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.48 |
| HSL | 254.58º | 0.67% | 0.31% | - |
| HSV(B) | 254.58º | 0.8% | 0.52% | - |
| XYZ | 6.02 | 3.16 | 22.48 | - |
| YUV | 45.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 133 | 0.61 | 0.80 | 0 | 0.48 | 254.58 | 0.67 | 0.31 |
| Hex | 34 | 1A | 85 | 3D | 50 | 0 | 30 | FF | 43 | 1F |
| Octal | 64 | 32 | 205 | 75 | 120 | 0 | 60 | 377 | 103 | 37 |
| Binary | 110100 | 11010 | 10000101 | 111101 | 1010000 | 0 | 110000 | 11111111 | 1000011 | 11111 |
Color Harmonies of #341A85
Complementary color
Monochromatic Colors of #341A85
Black with #341A85
Text Example
Text Example
White with #341A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A85; }
p { color: rgb(52,26,133); }
H1.HeaderClassName
{
color: #341A85;
}
.AnyTagClassName
{
color: #341A85;
}
</style>
background-color css
<style>
a { background-color: #341A85; }
a { background-color: rgb(52,26,133); }
div.DivClassName
{
background-color: #341A85;
}
.BgClassName
{
background-color: #341A85;
}
</style>
border-color css
<style>
span { border-color: #341A85; }
span { border-color: rgb(52,26,133); }
td.TdClassName
{
border-color: #341A85;
}
.TagClassName
{
border-color: #341A85;
}
</style>