Shades of Persian Blue #213DB1
Tints of Persian Blue #213DB1
RGB
CMYK
RGB Variations
Color information
#213DB1 (or 0x213DB1) is known color: Persian Blue. HEX triplet: 21, 3D and B1. RGB value is (33,61,177). Sum of RGB (Red+Green+Blue) = 33+61+177=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 177 (69.53% from 255 or 65.31% from 271); Max value from RGB is 177 - color contains mainly: blue. Hex color #213DB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DB1 is #DEC24E. Grayscale: #414141. Windows color (decimal): -14598735 or 11615521. OLE color: 11615521.
HSL color Cylindrical-coordinate representation of color #213DB1: hue angle of 228.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213DB1 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 61 | 177 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.31 |
| HSL | 228.33º | 0.69% | 0.41% | - |
| HSV(B) | 228.33º | 0.81% | 0.69% | - |
| XYZ | 10.23 | 6.84 | 42.38 | - |
| YUV | 65.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 177 | 0.81 | 0.66 | 0 | 0.31 | 228.33 | 0.69 | 0.41 |
| Hex | 21 | 3D | B1 | 51 | 42 | 0 | 1F | E4 | 45 | 29 |
| Octal | 41 | 75 | 261 | 121 | 102 | 0 | 37 | 344 | 105 | 51 |
| Binary | 100001 | 111101 | 10110001 | 1010001 | 1000010 | 0 | 11111 | 11100100 | 1000101 | 101001 |
Color Harmonies of #213DB1
Complementary color
Monochromatic Colors of #213DB1
Black with #213DB1
Text Example
Text Example
White with #213DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DB1; }
p { color: rgb(33,61,177); }
H1.HeaderClassName
{
color: #213DB1;
}
.AnyTagClassName
{
color: #213DB1;
}
</style>
background-color css
<style>
a { background-color: #213DB1; }
a { background-color: rgb(33,61,177); }
div.DivClassName
{
background-color: #213DB1;
}
.BgClassName
{
background-color: #213DB1;
}
</style>
border-color css
<style>
span { border-color: #213DB1; }
span { border-color: rgb(33,61,177); }
td.TdClassName
{
border-color: #213DB1;
}
.TagClassName
{
border-color: #213DB1;
}
</style>