Shades of Persian Blue #212AC1
Tints of Persian Blue #212AC1
RGB
CMYK
RGB Variations
Color information
#212AC1 (or 0x212AC1) is known color: Persian Blue. HEX triplet: 21, 2A and C1. RGB value is (33,42,193). Sum of RGB (Red+Green+Blue) = 33+42+193=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #212AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AC1 is #DED53E. Grayscale: #373737. Windows color (decimal): -14603583 or 12659233. OLE color: 12659233.
HSL color Cylindrical-coordinate representation of color #212AC1: hue angle of 236.62º 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 #212AC1 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 42 | 193 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.24 |
| HSL | 236.63º | 0.71% | 0.44% | - |
| HSV(B) | 236.63º | 0.83% | 0.76% | - |
| XYZ | 11.08 | 5.83 | 50.99 | - |
| YUV | 56.52 | 205.02 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 193 | 0.83 | 0.78 | 0 | 0.24 | 236.63 | 0.71 | 0.44 |
| Hex | 21 | 2A | C1 | 53 | 4E | 0 | 18 | ED | 47 | 2C |
| Octal | 41 | 52 | 301 | 123 | 116 | 0 | 30 | 355 | 107 | 54 |
| Binary | 100001 | 101010 | 11000001 | 1010011 | 1001110 | 0 | 11000 | 11101101 | 1000111 | 101100 |
Color Harmonies of #212AC1
Complementary color
Monochromatic Colors of #212AC1
Black with #212AC1
Text Example
Text Example
White with #212AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AC1; }
p { color: rgb(33,42,193); }
H1.HeaderClassName
{
color: #212AC1;
}
.AnyTagClassName
{
color: #212AC1;
}
</style>
background-color css
<style>
a { background-color: #212AC1; }
a { background-color: rgb(33,42,193); }
div.DivClassName
{
background-color: #212AC1;
}
.BgClassName
{
background-color: #212AC1;
}
</style>
border-color css
<style>
span { border-color: #212AC1; }
span { border-color: rgb(33,42,193); }
td.TdClassName
{
border-color: #212AC1;
}
.TagClassName
{
border-color: #212AC1;
}
</style>