Shades of Persian Blue #213FC1
Tints of Persian Blue #213FC1
RGB
CMYK
RGB Variations
Color information
#213FC1 (or 0x213FC1) is known color: Persian Blue. HEX triplet: 21, 3F and C1. RGB value is (33,63,193). Sum of RGB (Red+Green+Blue) = 33+63+193=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #213FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FC1 is #DEC03E. Grayscale: #444444. Windows color (decimal): -14598207 or 12664609. OLE color: 12664609.
HSL color Cylindrical-coordinate representation of color #213FC1: hue angle of 228.75º 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 #213FC1 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 63 | 193 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.24 |
| HSL | 228.75º | 0.71% | 0.44% | - |
| HSV(B) | 228.75º | 0.83% | 0.76% | - |
| XYZ | 12.03 | 7.73 | 51.31 | - |
| YUV | 68.85 | 198.06 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 193 | 0.83 | 0.67 | 0 | 0.24 | 228.75 | 0.71 | 0.44 |
| Hex | 21 | 3F | C1 | 53 | 43 | 0 | 18 | E5 | 47 | 2C |
| Octal | 41 | 77 | 301 | 123 | 103 | 0 | 30 | 345 | 107 | 54 |
| Binary | 100001 | 111111 | 11000001 | 1010011 | 1000011 | 0 | 11000 | 11100101 | 1000111 | 101100 |
Color Harmonies of #213FC1
Complementary color
Monochromatic Colors of #213FC1
Black with #213FC1
Text Example
Text Example
White with #213FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FC1; }
p { color: rgb(33,63,193); }
H1.HeaderClassName
{
color: #213FC1;
}
.AnyTagClassName
{
color: #213FC1;
}
</style>
background-color css
<style>
a { background-color: #213FC1; }
a { background-color: rgb(33,63,193); }
div.DivClassName
{
background-color: #213FC1;
}
.BgClassName
{
background-color: #213FC1;
}
</style>
border-color css
<style>
span { border-color: #213FC1; }
span { border-color: rgb(33,63,193); }
td.TdClassName
{
border-color: #213FC1;
}
.TagClassName
{
border-color: #213FC1;
}
</style>