Shades of Persian Blue #3821D0
Tints of Persian Blue #3821D0
RGB
CMYK
RGB Variations
Color information
#3821D0 (or 0x3821D0) is known color: Persian Blue. HEX triplet: 38, 21 and D0. RGB value is (56,33,208). Sum of RGB (Red+Green+Blue) = 56+33+208=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 208 (81.64% from 255 or 70.03% from 297); Max value from RGB is 208 - color contains mainly: blue. Hex color #3821D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821D0 is #C7DE2F. Grayscale: #3B3B3B. Windows color (decimal): -13098544 or 13639992. OLE color: 13639992.
HSL color Cylindrical-coordinate representation of color #3821D0: hue angle of 247.89º 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 #3821D0 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 33 | 208 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.18 |
| HSL | 247.89º | 0.73% | 0.47% | - |
| HSV(B) | 247.89º | 0.84% | 0.82% | - |
| XYZ | 13.56 | 6.48 | 60.21 | - |
| YUV | 59.83 | 211.62 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 208 | 0.73 | 0.84 | 0 | 0.18 | 247.89 | 0.73 | 0.47 |
| Hex | 38 | 21 | D0 | 49 | 54 | 0 | 12 | F8 | 49 | 2F |
| Octal | 70 | 41 | 320 | 111 | 124 | 0 | 22 | 370 | 111 | 57 |
| Binary | 111000 | 100001 | 11010000 | 1001001 | 1010100 | 0 | 10010 | 11111000 | 1001001 | 101111 |
Color Harmonies of #3821D0
Complementary color
Monochromatic Colors of #3821D0
Black with #3821D0
Text Example
Text Example
White with #3821D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821D0; }
p { color: rgb(56,33,208); }
H1.HeaderClassName
{
color: #3821D0;
}
.AnyTagClassName
{
color: #3821D0;
}
</style>
background-color css
<style>
a { background-color: #3821D0; }
a { background-color: rgb(56,33,208); }
div.DivClassName
{
background-color: #3821D0;
}
.BgClassName
{
background-color: #3821D0;
}
</style>
border-color css
<style>
span { border-color: #3821D0; }
span { border-color: rgb(56,33,208); }
td.TdClassName
{
border-color: #3821D0;
}
.TagClassName
{
border-color: #3821D0;
}
</style>