Shades of Persian Blue #2032C1
Tints of Persian Blue #2032C1
RGB
CMYK
RGB Variations
Color information
#2032C1 (or 0x2032C1) is known color: Persian Blue. HEX triplet: 20, 32 and C1. RGB value is (32,50,193). Sum of RGB (Red+Green+Blue) = 32+50+193=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #2032C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2032C1 is #DFCD3E. Grayscale: #3C3C3C. Windows color (decimal): -14667071 or 12661280. OLE color: 12661280.
HSL color Cylindrical-coordinate representation of color #2032C1: hue angle of 233.29º 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 #2032C1 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 50 | 193 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.24 |
| HSL | 233.29º | 0.72% | 0.44% | - |
| HSV(B) | 233.29º | 0.83% | 0.76% | - |
| XYZ | 11.36 | 6.44 | 51.1 | - |
| YUV | 60.92 | 202.54 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 193 | 0.83 | 0.74 | 0 | 0.24 | 233.29 | 0.72 | 0.44 |
| Hex | 20 | 32 | C1 | 53 | 4A | 0 | 18 | E9 | 48 | 2C |
| Octal | 40 | 62 | 301 | 123 | 112 | 0 | 30 | 351 | 110 | 54 |
| Binary | 100000 | 110010 | 11000001 | 1010011 | 1001010 | 0 | 11000 | 11101001 | 1001000 | 101100 |
Color Harmonies of #2032C1
Complementary color
Monochromatic Colors of #2032C1
Black with #2032C1
Text Example
Text Example
White with #2032C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2032C1; }
p { color: rgb(32,50,193); }
H1.HeaderClassName
{
color: #2032C1;
}
.AnyTagClassName
{
color: #2032C1;
}
</style>
background-color css
<style>
a { background-color: #2032C1; }
a { background-color: rgb(32,50,193); }
div.DivClassName
{
background-color: #2032C1;
}
.BgClassName
{
background-color: #2032C1;
}
</style>
border-color css
<style>
span { border-color: #2032C1; }
span { border-color: rgb(32,50,193); }
td.TdClassName
{
border-color: #2032C1;
}
.TagClassName
{
border-color: #2032C1;
}
</style>