Shades of Persian Blue #2046C1
Tints of Persian Blue #2046C1
RGB
CMYK
RGB Variations
Color information
#2046C1 (or 0x2046C1) is known color: Persian Blue. HEX triplet: 20, 46 and C1. RGB value is (32,70,193). Sum of RGB (Red+Green+Blue) = 32+70+193=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #2046C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2046C1 is #DFB93E. Grayscale: #484848. Windows color (decimal): -14661951 or 12666400. OLE color: 12666400.
HSL color Cylindrical-coordinate representation of color #2046C1: hue angle of 225.84º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2046C1 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 70 | 193 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.24 |
| HSL | 225.84º | 0.72% | 0.44% | - |
| HSV(B) | 225.84º | 0.83% | 0.76% | - |
| XYZ | 12.41 | 8.54 | 51.45 | - |
| YUV | 72.66 | 195.91 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 193 | 0.83 | 0.64 | 0 | 0.24 | 225.84 | 0.72 | 0.44 |
| Hex | 20 | 46 | C1 | 53 | 40 | 0 | 18 | E2 | 48 | 2C |
| Octal | 40 | 106 | 301 | 123 | 100 | 0 | 30 | 342 | 110 | 54 |
| Binary | 100000 | 1000110 | 11000001 | 1010011 | 1000000 | 0 | 11000 | 11100010 | 1001000 | 101100 |
Color Harmonies of #2046C1
Complementary color
Monochromatic Colors of #2046C1
Black with #2046C1
Text Example
Text Example
White with #2046C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2046C1; }
p { color: rgb(32,70,193); }
H1.HeaderClassName
{
color: #2046C1;
}
.AnyTagClassName
{
color: #2046C1;
}
</style>
background-color css
<style>
a { background-color: #2046C1; }
a { background-color: rgb(32,70,193); }
div.DivClassName
{
background-color: #2046C1;
}
.BgClassName
{
background-color: #2046C1;
}
</style>
border-color css
<style>
span { border-color: #2046C1; }
span { border-color: rgb(32,70,193); }
td.TdClassName
{
border-color: #2046C1;
}
.TagClassName
{
border-color: #2046C1;
}
</style>