Shades of Persian Blue #3821CF
Tints of Persian Blue #3821CF
RGB
CMYK
RGB Variations
Color information
#3821CF (or 0x3821CF) is known color: Persian Blue. HEX triplet: 38, 21 and CF. RGB value is (56,33,207). Sum of RGB (Red+Green+Blue) = 56+33+207=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3821CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3821CF is #C7DE30. Grayscale: #3B3B3B. Windows color (decimal): -13098545 or 13574456. OLE color: 13574456.
HSL color Cylindrical-coordinate representation of color #3821CF: hue angle of 247.93º 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 #3821CF is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 33 | 207 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.19 |
| HSL | 247.93º | 0.73% | 0.47% | - |
| HSV(B) | 247.93º | 0.84% | 0.81% | - |
| XYZ | 13.44 | 6.43 | 59.57 | - |
| YUV | 59.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 33 | 207 | 0.73 | 0.84 | 0 | 0.19 | 247.93 | 0.73 | 0.47 |
| Hex | 38 | 21 | CF | 49 | 54 | 0 | 13 | F8 | 48 | 2F |
| Octal | 70 | 41 | 317 | 111 | 124 | 0 | 23 | 370 | 110 | 57 |
| Binary | 111000 | 100001 | 11001111 | 1001001 | 1010100 | 0 | 10011 | 11111000 | 1001000 | 101111 |
Color Harmonies of #3821CF
Complementary color
Monochromatic Colors of #3821CF
Black with #3821CF
Text Example
Text Example
White with #3821CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3821CF; }
p { color: rgb(56,33,207); }
H1.HeaderClassName
{
color: #3821CF;
}
.AnyTagClassName
{
color: #3821CF;
}
</style>
background-color css
<style>
a { background-color: #3821CF; }
a { background-color: rgb(56,33,207); }
div.DivClassName
{
background-color: #3821CF;
}
.BgClassName
{
background-color: #3821CF;
}
</style>
border-color css
<style>
span { border-color: #3821CF; }
span { border-color: rgb(56,33,207); }
td.TdClassName
{
border-color: #3821CF;
}
.TagClassName
{
border-color: #3821CF;
}
</style>