Shades of Persian Blue #2140C1
Tints of Persian Blue #2140C1
RGB
CMYK
RGB Variations
Color information
#2140C1 (or 0x2140C1) is known color: Persian Blue. HEX triplet: 21, 40 and C1. RGB value is (33,64,193). Sum of RGB (Red+Green+Blue) = 33+64+193=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #2140C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140C1 is #DEBF3E. Grayscale: #444444. Windows color (decimal): -14597951 or 12664865. OLE color: 12664865.
HSL color Cylindrical-coordinate representation of color #2140C1: hue angle of 228.38º 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 #2140C1 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 64 | 193 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.24 |
| HSL | 228.38º | 0.71% | 0.44% | - |
| HSV(B) | 228.38º | 0.83% | 0.76% | - |
| XYZ | 12.09 | 7.84 | 51.33 | - |
| YUV | 69.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 193 | 0.83 | 0.67 | 0 | 0.24 | 228.38 | 0.71 | 0.44 |
| Hex | 21 | 40 | C1 | 53 | 43 | 0 | 18 | E4 | 47 | 2C |
| Octal | 41 | 100 | 301 | 123 | 103 | 0 | 30 | 344 | 107 | 54 |
| Binary | 100001 | 1000000 | 11000001 | 1010011 | 1000011 | 0 | 11000 | 11100100 | 1000111 | 101100 |
Color Harmonies of #2140C1
Complementary color
Monochromatic Colors of #2140C1
Black with #2140C1
Text Example
Text Example
White with #2140C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140C1; }
p { color: rgb(33,64,193); }
H1.HeaderClassName
{
color: #2140C1;
}
.AnyTagClassName
{
color: #2140C1;
}
</style>
background-color css
<style>
a { background-color: #2140C1; }
a { background-color: rgb(33,64,193); }
div.DivClassName
{
background-color: #2140C1;
}
.BgClassName
{
background-color: #2140C1;
}
</style>
border-color css
<style>
span { border-color: #2140C1; }
span { border-color: rgb(33,64,193); }
td.TdClassName
{
border-color: #2140C1;
}
.TagClassName
{
border-color: #2140C1;
}
</style>