Shades of Persian Blue #381DC0
Tints of Persian Blue #381DC0
RGB
CMYK
RGB Variations
Color information
#381DC0 (or 0x381DC0) is known color: Persian Blue. HEX triplet: 38, 1D and C0. RGB value is (56,29,192). Sum of RGB (Red+Green+Blue) = 56+29+192=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 192 (75.39% from 255 or 69.31% from 277); Max value from RGB is 192 - color contains mainly: blue. Hex color #381DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DC0 is #C7E23F. Grayscale: #373737. Windows color (decimal): -13099584 or 12590392. OLE color: 12590392.
HSL color Cylindrical-coordinate representation of color #381DC0: hue angle of 249.94º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381DC0 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 29 | 192 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.25 |
| HSL | 249.94º | 0.74% | 0.43% | - |
| HSV(B) | 249.94º | 0.85% | 0.75% | - |
| XYZ | 11.58 | 5.53 | 50.33 | - |
| YUV | 55.66 | 204.95 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 192 | 0.71 | 0.85 | 0 | 0.25 | 249.94 | 0.74 | 0.43 |
| Hex | 38 | 1D | C0 | 47 | 55 | 0 | 19 | FA | 4A | 2B |
| Octal | 70 | 35 | 300 | 107 | 125 | 0 | 31 | 372 | 112 | 53 |
| Binary | 111000 | 11101 | 11000000 | 1000111 | 1010101 | 0 | 11001 | 11111010 | 1001010 | 101011 |
Color Harmonies of #381DC0
Complementary color
Monochromatic Colors of #381DC0
Black with #381DC0
Text Example
Text Example
White with #381DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DC0; }
p { color: rgb(56,29,192); }
H1.HeaderClassName
{
color: #381DC0;
}
.AnyTagClassName
{
color: #381DC0;
}
</style>
background-color css
<style>
a { background-color: #381DC0; }
a { background-color: rgb(56,29,192); }
div.DivClassName
{
background-color: #381DC0;
}
.BgClassName
{
background-color: #381DC0;
}
</style>
border-color css
<style>
span { border-color: #381DC0; }
span { border-color: rgb(56,29,192); }
td.TdClassName
{
border-color: #381DC0;
}
.TagClassName
{
border-color: #381DC0;
}
</style>