Shades of Persian Blue #3621D1
Tints of Persian Blue #3621D1
RGB
CMYK
RGB Variations
Color information
#3621D1 (or 0x3621D1) is known color: Persian Blue. HEX triplet: 36, 21 and D1. RGB value is (54,33,209). Sum of RGB (Red+Green+Blue) = 54+33+209=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 209 (82.03% from 255 or 70.61% from 296); Max value from RGB is 209 - color contains mainly: blue. Hex color #3621D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3621D1 is #C9DE2E. Grayscale: #3A3A3A. Windows color (decimal): -13229615 or 13705526. OLE color: 13705526.
HSL color Cylindrical-coordinate representation of color #3621D1: hue angle of 247.16º 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 #3621D1 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 33 | 209 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.18 |
| HSL | 247.16º | 0.73% | 0.47% | - |
| HSV(B) | 247.16º | 0.84% | 0.82% | - |
| XYZ | 13.57 | 6.48 | 60.86 | - |
| YUV | 59.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 209 | 0.74 | 0.84 | 0 | 0.18 | 247.16 | 0.73 | 0.47 |
| Hex | 36 | 21 | D1 | 4A | 54 | 0 | 12 | F7 | 49 | 2F |
| Octal | 66 | 41 | 321 | 112 | 124 | 0 | 22 | 367 | 111 | 57 |
| Binary | 110110 | 100001 | 11010001 | 1001010 | 1010100 | 0 | 10010 | 11110111 | 1001001 | 101111 |
Color Harmonies of #3621D1
Complementary color
Monochromatic Colors of #3621D1
Black with #3621D1
Text Example
Text Example
White with #3621D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3621D1; }
p { color: rgb(54,33,209); }
H1.HeaderClassName
{
color: #3621D1;
}
.AnyTagClassName
{
color: #3621D1;
}
</style>
background-color css
<style>
a { background-color: #3621D1; }
a { background-color: rgb(54,33,209); }
div.DivClassName
{
background-color: #3621D1;
}
.BgClassName
{
background-color: #3621D1;
}
</style>
border-color css
<style>
span { border-color: #3621D1; }
span { border-color: rgb(54,33,209); }
td.TdClassName
{
border-color: #3621D1;
}
.TagClassName
{
border-color: #3621D1;
}
</style>