Shades of Persian Blue #3828CE
Tints of Persian Blue #3828CE
RGB
CMYK
RGB Variations
Color information
#3828CE (or 0x3828CE) is known color: Persian Blue. HEX triplet: 38, 28 and CE. RGB value is (56,40,206). Sum of RGB (Red+Green+Blue) = 56+40+206=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #3828CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828CE is #C7D731. Grayscale: #3F3F3F. Windows color (decimal): -13096754 or 13510712. OLE color: 13510712.
HSL color Cylindrical-coordinate representation of color #3828CE: hue angle of 245.78º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3828CE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 40 | 206 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.19 |
| HSL | 245.78º | 0.67% | 0.48% | - |
| HSV(B) | 245.78º | 0.81% | 0.81% | - |
| XYZ | 13.53 | 6.81 | 58.99 | - |
| YUV | 63.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 206 | 0.73 | 0.81 | 0 | 0.19 | 245.78 | 0.67 | 0.48 |
| Hex | 38 | 28 | CE | 49 | 51 | 0 | 13 | F6 | 43 | 30 |
| Octal | 70 | 50 | 316 | 111 | 121 | 0 | 23 | 366 | 103 | 60 |
| Binary | 111000 | 101000 | 11001110 | 1001001 | 1010001 | 0 | 10011 | 11110110 | 1000011 | 110000 |
Color Harmonies of #3828CE
Complementary color
Monochromatic Colors of #3828CE
Black with #3828CE
Text Example
Text Example
White with #3828CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3828CE; }
p { color: rgb(56,40,206); }
H1.HeaderClassName
{
color: #3828CE;
}
.AnyTagClassName
{
color: #3828CE;
}
</style>
background-color css
<style>
a { background-color: #3828CE; }
a { background-color: rgb(56,40,206); }
div.DivClassName
{
background-color: #3828CE;
}
.BgClassName
{
background-color: #3828CE;
}
</style>
border-color css
<style>
span { border-color: #3828CE; }
span { border-color: rgb(56,40,206); }
td.TdClassName
{
border-color: #3828CE;
}
.TagClassName
{
border-color: #3828CE;
}
</style>