Shades of Persian Blue #381DBF
Tints of Persian Blue #381DBF
RGB
CMYK
RGB Variations
Color information
#381DBF (or 0x381DBF) is known color: Persian Blue. HEX triplet: 38, 1D and BF. RGB value is (56,29,191). Sum of RGB (Red+Green+Blue) = 56+29+191=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 191 (75% from 255 or 69.20% from 276); Max value from RGB is 191 - color contains mainly: blue. Hex color #381DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DBF is #C7E240. Grayscale: #363636. Windows color (decimal): -13099585 or 12524856. OLE color: 12524856.
HSL color Cylindrical-coordinate representation of color #381DBF: hue angle of 250º 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 #381DBF is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 56 | 29 | 191 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.25 |
| HSL | 250º | 0.74% | 0.43% | - |
| HSV(B) | 250º | 0.85% | 0.75% | - |
| XYZ | 11.47 | 5.48 | 49.74 | - |
| YUV | 55.54 | 204.45 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 191 | 0.71 | 0.85 | 0 | 0.25 | 250 | 0.74 | 0.43 |
| Hex | 38 | 1D | BF | 47 | 55 | 0 | 19 | FA | 4A | 2B |
| Octal | 70 | 35 | 277 | 107 | 125 | 0 | 31 | 372 | 112 | 53 |
| Binary | 111000 | 11101 | 10111111 | 1000111 | 1010101 | 0 | 11001 | 11111010 | 1001010 | 101011 |
Color Harmonies of #381DBF
Complementary color
Monochromatic Colors of #381DBF
Black with #381DBF
Text Example
Text Example
White with #381DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381DBF; }
p { color: rgb(56,29,191); }
H1.HeaderClassName
{
color: #381DBF;
}
.AnyTagClassName
{
color: #381DBF;
}
</style>
background-color css
<style>
a { background-color: #381DBF; }
a { background-color: rgb(56,29,191); }
div.DivClassName
{
background-color: #381DBF;
}
.BgClassName
{
background-color: #381DBF;
}
</style>
border-color css
<style>
span { border-color: #381DBF; }
span { border-color: rgb(56,29,191); }
td.TdClassName
{
border-color: #381DBF;
}
.TagClassName
{
border-color: #381DBF;
}
</style>