Shades of Persian Blue #381CCC
Tints of Persian Blue #381CCC
RGB
CMYK
RGB Variations
Color information
#381CCC (or 0x381CCC) is known color: Persian Blue. HEX triplet: 38, 1C and CC. RGB value is (56,28,204). Sum of RGB (Red+Green+Blue) = 56+28+204=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 204 (80.08% from 255 or 70.83% from 288); Max value from RGB is 204 - color contains mainly: blue. Hex color #381CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CCC is #C7E333. Grayscale: #373737. Windows color (decimal): -13099828 or 13376568. OLE color: 13376568.
HSL color Cylindrical-coordinate representation of color #381CCC: hue angle of 249.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381CCC is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 56 | 28 | 204 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.2 |
| HSL | 249.55º | 0.76% | 0.45% | - |
| HSV(B) | 249.55º | 0.86% | 0.8% | - |
| XYZ | 12.95 | 6.03 | 57.61 | - |
| YUV | 56.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 204 | 0.73 | 0.86 | 0 | 0.2 | 249.55 | 0.76 | 0.45 |
| Hex | 38 | 1C | CC | 49 | 56 | 0 | 14 | FA | 4C | 2D |
| Octal | 70 | 34 | 314 | 111 | 126 | 0 | 24 | 372 | 114 | 55 |
| Binary | 111000 | 11100 | 11001100 | 1001001 | 1010110 | 0 | 10100 | 11111010 | 1001100 | 101101 |
Color Harmonies of #381CCC
Complementary color
Monochromatic Colors of #381CCC
Black with #381CCC
Text Example
Text Example
White with #381CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381CCC; }
p { color: rgb(56,28,204); }
H1.HeaderClassName
{
color: #381CCC;
}
.AnyTagClassName
{
color: #381CCC;
}
</style>
background-color css
<style>
a { background-color: #381CCC; }
a { background-color: rgb(56,28,204); }
div.DivClassName
{
background-color: #381CCC;
}
.BgClassName
{
background-color: #381CCC;
}
</style>
border-color css
<style>
span { border-color: #381CCC; }
span { border-color: rgb(56,28,204); }
td.TdClassName
{
border-color: #381CCC;
}
.TagClassName
{
border-color: #381CCC;
}
</style>