Shades of Persian Blue #381DCD
Tints of Persian Blue #381DCD
RGB
CMYK
RGB Variations
Color information
#381DCD (or 0x381DCD) is known color: Persian Blue. HEX triplet: 38, 1D and CD. RGB value is (56,29,205). Sum of RGB (Red+Green+Blue) = 56+29+205=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #381DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DCD is #C7E232. Grayscale: #383838. Windows color (decimal): -13099571 or 13442360. OLE color: 13442360.
HSL color Cylindrical-coordinate representation of color #381DCD: hue angle of 249.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381DCD is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 29 | 205 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.20 |
| HSL | 249.2º | 0.75% | 0.46% | - |
| HSV(B) | 249.2º | 0.86% | 0.8% | - |
| XYZ | 13.09 | 6.13 | 58.25 | - |
| YUV | 57.14 | 211.45 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 205 | 0.73 | 0.86 | 0 | 0.20 | 249.2 | 0.75 | 0.46 |
| Hex | 38 | 1D | CD | 49 | 56 | 0 | 14 | F9 | 4B | 2E |
| Octal | 70 | 35 | 315 | 111 | 126 | 0 | 24 | 371 | 113 | 56 |
| Binary | 111000 | 11101 | 11001101 | 1001001 | 1010110 | 0 | 10100 | 11111001 | 1001011 | 101110 |
Color Harmonies of #381DCD
Complementary color
Monochromatic Colors of #381DCD
Black with #381DCD
Text Example
Text Example
White with #381DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DCD; }
p { color: rgb(56,29,205); }
H1.HeaderClassName
{
color: #381DCD;
}
.AnyTagClassName
{
color: #381DCD;
}
</style>
background-color css
<style>
a { background-color: #381DCD; }
a { background-color: rgb(56,29,205); }
div.DivClassName
{
background-color: #381DCD;
}
.BgClassName
{
background-color: #381DCD;
}
</style>
border-color css
<style>
span { border-color: #381DCD; }
span { border-color: rgb(56,29,205); }
td.TdClassName
{
border-color: #381DCD;
}
.TagClassName
{
border-color: #381DCD;
}
</style>