Shades of Persian Blue #2141C1
Tints of Persian Blue #2141C1
RGB
CMYK
RGB Variations
Color information
#2141C1 (or 0x2141C1) is known color: Persian Blue. HEX triplet: 21, 41 and C1. RGB value is (33,65,193). Sum of RGB (Red+Green+Blue) = 33+65+193=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 193 (75.78% from 255 or 66.32% from 291); Max value from RGB is 193 - color contains mainly: blue. Hex color #2141C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2141C1 is #DEBE3E. Grayscale: #454545. Windows color (decimal): -14597695 or 12665121. OLE color: 12665121.
HSL color Cylindrical-coordinate representation of color #2141C1: hue angle of 228º degrees, saturation: 0.71, 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 #2141C1 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 65 | 193 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.24 |
| HSL | 228º | 0.71% | 0.44% | - |
| HSV(B) | 228º | 0.83% | 0.76% | - |
| XYZ | 12.14 | 7.95 | 51.35 | - |
| YUV | 70.02 | 197.4 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 193 | 0.83 | 0.66 | 0 | 0.24 | 228 | 0.71 | 0.44 |
| Hex | 21 | 41 | C1 | 53 | 42 | 0 | 18 | E4 | 47 | 2C |
| Octal | 41 | 101 | 301 | 123 | 102 | 0 | 30 | 344 | 107 | 54 |
| Binary | 100001 | 1000001 | 11000001 | 1010011 | 1000010 | 0 | 11000 | 11100100 | 1000111 | 101100 |
Color Harmonies of #2141C1
Complementary color
Monochromatic Colors of #2141C1
Black with #2141C1
Text Example
Text Example
White with #2141C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2141C1; }
p { color: rgb(33,65,193); }
H1.HeaderClassName
{
color: #2141C1;
}
.AnyTagClassName
{
color: #2141C1;
}
</style>
background-color css
<style>
a { background-color: #2141C1; }
a { background-color: rgb(33,65,193); }
div.DivClassName
{
background-color: #2141C1;
}
.BgClassName
{
background-color: #2141C1;
}
</style>
border-color css
<style>
span { border-color: #2141C1; }
span { border-color: rgb(33,65,193); }
td.TdClassName
{
border-color: #2141C1;
}
.TagClassName
{
border-color: #2141C1;
}
</style>