Shades of Persian Blue #213DC1
Tints of Persian Blue #213DC1
RGB
CMYK
RGB Variations
Color information
#213DC1 (or 0x213DC1) is known color: Persian Blue. HEX triplet: 21, 3D and C1. RGB value is (33,61,193). Sum of RGB (Red+Green+Blue) = 33+61+193=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #213DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DC1 is #DEC23E. Grayscale: #434343. Windows color (decimal): -14598719 or 12664097. OLE color: 12664097.
HSL color Cylindrical-coordinate representation of color #213DC1: hue angle of 229.5º 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 #213DC1 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 61 | 193 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.24 |
| HSL | 229.5º | 0.71% | 0.44% | - |
| HSV(B) | 229.5º | 0.83% | 0.76% | - |
| XYZ | 11.92 | 7.51 | 51.27 | - |
| YUV | 67.68 | 198.72 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 193 | 0.83 | 0.68 | 0 | 0.24 | 229.5 | 0.71 | 0.44 |
| Hex | 21 | 3D | C1 | 53 | 44 | 0 | 18 | E6 | 47 | 2C |
| Octal | 41 | 75 | 301 | 123 | 104 | 0 | 30 | 346 | 107 | 54 |
| Binary | 100001 | 111101 | 11000001 | 1010011 | 1000100 | 0 | 11000 | 11100110 | 1000111 | 101100 |
Color Harmonies of #213DC1
Complementary color
Monochromatic Colors of #213DC1
Black with #213DC1
Text Example
Text Example
White with #213DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DC1; }
p { color: rgb(33,61,193); }
H1.HeaderClassName
{
color: #213DC1;
}
.AnyTagClassName
{
color: #213DC1;
}
</style>
background-color css
<style>
a { background-color: #213DC1; }
a { background-color: rgb(33,61,193); }
div.DivClassName
{
background-color: #213DC1;
}
.BgClassName
{
background-color: #213DC1;
}
</style>
border-color css
<style>
span { border-color: #213DC1; }
span { border-color: rgb(33,61,193); }
td.TdClassName
{
border-color: #213DC1;
}
.TagClassName
{
border-color: #213DC1;
}
</style>