Shades of Persian Indigo #340183
Tints of Persian Indigo #340183
RGB
CMYK
RGB Variations
Color information
#340183 (or 0x340183) is known color: Persian Indigo. HEX triplet: 34, 01 and 83. RGB value is (52,1,131). Sum of RGB (Red+Green+Blue) = 52+1+131=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 131 (51.56% from 255 or 71.20% from 184); Max value from RGB is 131 - color contains mainly: blue. Hex color #340183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340183 is #CBFE7C. Grayscale: #1E1E1E. Windows color (decimal): -13368957 or 8585524. OLE color: 8585524.
HSL color Cylindrical-coordinate representation of color #340183: hue angle of 263.54º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340183 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 1 | 131 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.49 |
| HSL | 263.54º | 0.98% | 0.26% | - |
| HSV(B) | 263.54º | 0.99% | 0.51% | - |
| XYZ | 5.52 | 2.39 | 21.64 | - |
| YUV | 31.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 131 | 0.60 | 0.99 | 0 | 0.49 | 263.54 | 0.98 | 0.26 |
| Hex | 34 | 1 | 83 | 3C | 63 | 0 | 31 | 108 | 62 | 1A |
| Octal | 64 | 1 | 203 | 74 | 143 | 0 | 61 | 410 | 142 | 32 |
| Binary | 110100 | 1 | 10000011 | 111100 | 1100011 | 0 | 110001 | 100001000 | 1100010 | 11010 |
Color Harmonies of #340183
Complementary color
Monochromatic Colors of #340183
Black with #340183
Text Example
Text Example
White with #340183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340183; }
p { color: rgb(52,1,131); }
H1.HeaderClassName
{
color: #340183;
}
.AnyTagClassName
{
color: #340183;
}
</style>
background-color css
<style>
a { background-color: #340183; }
a { background-color: rgb(52,1,131); }
div.DivClassName
{
background-color: #340183;
}
.BgClassName
{
background-color: #340183;
}
</style>
border-color css
<style>
span { border-color: #340183; }
span { border-color: rgb(52,1,131); }
td.TdClassName
{
border-color: #340183;
}
.TagClassName
{
border-color: #340183;
}
</style>