Shades of Persian Blue #213DC9
Tints of Persian Blue #213DC9
RGB
CMYK
RGB Variations
Color information
#213DC9 (or 0x213DC9) is known color: Persian Blue. HEX triplet: 21, 3D and C9. RGB value is (33,61,201). Sum of RGB (Red+Green+Blue) = 33+61+201=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #213DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DC9 is #DEC236. Grayscale: #444444. Windows color (decimal): -14598711 or 13188385. OLE color: 13188385.
HSL color Cylindrical-coordinate representation of color #213DC9: hue angle of 230º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213DC9 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 61 | 201 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.21 |
| HSL | 230º | 0.72% | 0.46% | - |
| HSV(B) | 230º | 0.84% | 0.79% | - |
| XYZ | 12.84 | 7.88 | 56.1 | - |
| YUV | 68.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 201 | 0.84 | 0.70 | 0 | 0.21 | 230 | 0.72 | 0.46 |
| Hex | 21 | 3D | C9 | 54 | 46 | 0 | 15 | E6 | 48 | 2E |
| Octal | 41 | 75 | 311 | 124 | 106 | 0 | 25 | 346 | 110 | 56 |
| Binary | 100001 | 111101 | 11001001 | 1010100 | 1000110 | 0 | 10101 | 11100110 | 1001000 | 101110 |
Color Harmonies of #213DC9
Complementary color
Monochromatic Colors of #213DC9
Black with #213DC9
Text Example
Text Example
White with #213DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DC9; }
p { color: rgb(33,61,201); }
H1.HeaderClassName
{
color: #213DC9;
}
.AnyTagClassName
{
color: #213DC9;
}
</style>
background-color css
<style>
a { background-color: #213DC9; }
a { background-color: rgb(33,61,201); }
div.DivClassName
{
background-color: #213DC9;
}
.BgClassName
{
background-color: #213DC9;
}
</style>
border-color css
<style>
span { border-color: #213DC9; }
span { border-color: rgb(33,61,201); }
td.TdClassName
{
border-color: #213DC9;
}
.TagClassName
{
border-color: #213DC9;
}
</style>