Shades of Persian Blue #3820CE
Tints of Persian Blue #3820CE
RGB
CMYK
RGB Variations
Color information
#3820CE (or 0x3820CE) is known color: Persian Blue. HEX triplet: 38, 20 and CE. RGB value is (56,32,206). Sum of RGB (Red+Green+Blue) = 56+32+206=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3820CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3820CE is #C7DF31. Grayscale: #3A3A3A. Windows color (decimal): -13098802 or 13508664. OLE color: 13508664.
HSL color Cylindrical-coordinate representation of color #3820CE: hue angle of 248.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3820CE is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 32 | 206 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.19 |
| HSL | 248.28º | 0.73% | 0.47% | - |
| HSV(B) | 248.28º | 0.84% | 0.81% | - |
| XYZ | 13.29 | 6.33 | 58.91 | - |
| YUV | 59.01 | 210.95 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 32 | 206 | 0.73 | 0.84 | 0 | 0.19 | 248.28 | 0.73 | 0.47 |
| Hex | 38 | 20 | CE | 49 | 54 | 0 | 13 | F8 | 49 | 2F |
| Octal | 70 | 40 | 316 | 111 | 124 | 0 | 23 | 370 | 111 | 57 |
| Binary | 111000 | 100000 | 11001110 | 1001001 | 1010100 | 0 | 10011 | 11111000 | 1001001 | 101111 |
Color Harmonies of #3820CE
Complementary color
Monochromatic Colors of #3820CE
Black with #3820CE
Text Example
Text Example
White with #3820CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3820CE; }
p { color: rgb(56,32,206); }
H1.HeaderClassName
{
color: #3820CE;
}
.AnyTagClassName
{
color: #3820CE;
}
</style>
background-color css
<style>
a { background-color: #3820CE; }
a { background-color: rgb(56,32,206); }
div.DivClassName
{
background-color: #3820CE;
}
.BgClassName
{
background-color: #3820CE;
}
</style>
border-color css
<style>
span { border-color: #3820CE; }
span { border-color: rgb(56,32,206); }
td.TdClassName
{
border-color: #3820CE;
}
.TagClassName
{
border-color: #3820CE;
}
</style>