Shades of Persian Blue #382CC0
Tints of Persian Blue #382CC0
RGB
CMYK
RGB Variations
Color information
#382CC0 (or 0x382CC0) is known color: Persian Blue. HEX triplet: 38, 2C and C0. RGB value is (56,44,192). Sum of RGB (Red+Green+Blue) = 56+44+192=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #382CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CC0 is #C7D33F. Grayscale: #3F3F3F. Windows color (decimal): -13095744 or 12594232. OLE color: 12594232.
HSL color Cylindrical-coordinate representation of color #382CC0: hue angle of 244.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382CC0 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 44 | 192 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.25 |
| HSL | 244.86º | 0.63% | 0.46% | - |
| HSV(B) | 244.86º | 0.77% | 0.75% | - |
| XYZ | 12.05 | 6.45 | 50.48 | - |
| YUV | 64.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 192 | 0.71 | 0.77 | 0 | 0.25 | 244.86 | 0.63 | 0.46 |
| Hex | 38 | 2C | C0 | 47 | 4D | 0 | 19 | F5 | 3F | 2E |
| Octal | 70 | 54 | 300 | 107 | 115 | 0 | 31 | 365 | 77 | 56 |
| Binary | 111000 | 101100 | 11000000 | 1000111 | 1001101 | 0 | 11001 | 11110101 | 111111 | 101110 |
Color Harmonies of #382CC0
Complementary color
Monochromatic Colors of #382CC0
Black with #382CC0
Text Example
Text Example
White with #382CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CC0; }
p { color: rgb(56,44,192); }
H1.HeaderClassName
{
color: #382CC0;
}
.AnyTagClassName
{
color: #382CC0;
}
</style>
background-color css
<style>
a { background-color: #382CC0; }
a { background-color: rgb(56,44,192); }
div.DivClassName
{
background-color: #382CC0;
}
.BgClassName
{
background-color: #382CC0;
}
</style>
border-color css
<style>
span { border-color: #382CC0; }
span { border-color: rgb(56,44,192); }
td.TdClassName
{
border-color: #382CC0;
}
.TagClassName
{
border-color: #382CC0;
}
</style>