Shades of Persian Blue #3721D1
Tints of Persian Blue #3721D1
RGB
CMYK
RGB Variations
Color information
#3721D1 (or 0x3721D1) is known color: Persian Blue. HEX triplet: 37, 21 and D1. RGB value is (55,33,209). Sum of RGB (Red+Green+Blue) = 55+33+209=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #3721D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3721D1 is #C8DE2E. Grayscale: #3A3A3A. Windows color (decimal): -13164079 or 13705527. OLE color: 13705527.
HSL color Cylindrical-coordinate representation of color #3721D1: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3721D1 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 33 | 209 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.18 |
| HSL | 247.5º | 0.73% | 0.47% | - |
| HSV(B) | 247.5º | 0.84% | 0.82% | - |
| XYZ | 13.63 | 6.5 | 60.86 | - |
| YUV | 59.64 | 212.29 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 209 | 0.74 | 0.84 | 0 | 0.18 | 247.5 | 0.73 | 0.47 |
| Hex | 37 | 21 | D1 | 4A | 54 | 0 | 12 | F8 | 49 | 2F |
| Octal | 67 | 41 | 321 | 112 | 124 | 0 | 22 | 370 | 111 | 57 |
| Binary | 110111 | 100001 | 11010001 | 1001010 | 1010100 | 0 | 10010 | 11111000 | 1001001 | 101111 |
Color Harmonies of #3721D1
Complementary color
Monochromatic Colors of #3721D1
Black with #3721D1
Text Example
Text Example
White with #3721D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3721D1; }
p { color: rgb(55,33,209); }
H1.HeaderClassName
{
color: #3721D1;
}
.AnyTagClassName
{
color: #3721D1;
}
</style>
background-color css
<style>
a { background-color: #3721D1; }
a { background-color: rgb(55,33,209); }
div.DivClassName
{
background-color: #3721D1;
}
.BgClassName
{
background-color: #3721D1;
}
</style>
border-color css
<style>
span { border-color: #3721D1; }
span { border-color: rgb(55,33,209); }
td.TdClassName
{
border-color: #3721D1;
}
.TagClassName
{
border-color: #3721D1;
}
</style>