Shades of Persian Blue #2141C2
Tints of Persian Blue #2141C2
RGB
CMYK
RGB Variations
Color information
#2141C2 (or 0x2141C2) is known color: Persian Blue. HEX triplet: 21, 41 and C2. RGB value is (33,65,194). Sum of RGB (Red+Green+Blue) = 33+65+194=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #2141C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141C2 is #DEBE3D. Grayscale: #454545. Windows color (decimal): -14597694 or 12730657. OLE color: 12730657.
HSL color Cylindrical-coordinate representation of color #2141C2: hue angle of 228.07º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2141C2 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 65 | 194 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.24 |
| HSL | 228.07º | 0.71% | 0.45% | - |
| HSV(B) | 228.07º | 0.83% | 0.76% | - |
| XYZ | 12.26 | 8 | 51.94 | - |
| YUV | 70.14 | 197.9 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 194 | 0.83 | 0.66 | 0 | 0.24 | 228.07 | 0.71 | 0.45 |
| Hex | 21 | 41 | C2 | 53 | 42 | 0 | 18 | E4 | 47 | 2D |
| Octal | 41 | 101 | 302 | 123 | 102 | 0 | 30 | 344 | 107 | 55 |
| Binary | 100001 | 1000001 | 11000010 | 1010011 | 1000010 | 0 | 11000 | 11100100 | 1000111 | 101101 |
Color Harmonies of #2141C2
Complementary color
Monochromatic Colors of #2141C2
Black with #2141C2
Text Example
Text Example
White with #2141C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2141C2; }
p { color: rgb(33,65,194); }
H1.HeaderClassName
{
color: #2141C2;
}
.AnyTagClassName
{
color: #2141C2;
}
</style>
background-color css
<style>
a { background-color: #2141C2; }
a { background-color: rgb(33,65,194); }
div.DivClassName
{
background-color: #2141C2;
}
.BgClassName
{
background-color: #2141C2;
}
</style>
border-color css
<style>
span { border-color: #2141C2; }
span { border-color: rgb(33,65,194); }
td.TdClassName
{
border-color: #2141C2;
}
.TagClassName
{
border-color: #2141C2;
}
</style>