Shades of Persian Blue #381CB5
Tints of Persian Blue #381CB5
RGB
CMYK
RGB Variations
Color information
#381CB5 (or 0x381CB5) is known color: Persian Blue. HEX triplet: 38, 1C and B5. RGB value is (56,28,181). Sum of RGB (Red+Green+Blue) = 56+28+181=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #381CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CB5 is #C7E34A. Grayscale: #353535. Windows color (decimal): -13099851 or 11869240. OLE color: 11869240.
HSL color Cylindrical-coordinate representation of color #381CB5: hue angle of 250.98º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381CB5 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 28 | 181 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.29 |
| HSL | 250.98º | 0.73% | 0.41% | - |
| HSV(B) | 250.98º | 0.85% | 0.71% | - |
| XYZ | 10.39 | 5.01 | 44.14 | - |
| YUV | 53.81 | 199.78 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 181 | 0.69 | 0.85 | 0 | 0.29 | 250.98 | 0.73 | 0.41 |
| Hex | 38 | 1C | B5 | 45 | 55 | 0 | 1D | FB | 49 | 29 |
| Octal | 70 | 34 | 265 | 105 | 125 | 0 | 35 | 373 | 111 | 51 |
| Binary | 111000 | 11100 | 10110101 | 1000101 | 1010101 | 0 | 11101 | 11111011 | 1001001 | 101001 |
Color Harmonies of #381CB5
Complementary color
Monochromatic Colors of #381CB5
Black with #381CB5
Text Example
Text Example
White with #381CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381CB5; }
p { color: rgb(56,28,181); }
H1.HeaderClassName
{
color: #381CB5;
}
.AnyTagClassName
{
color: #381CB5;
}
</style>
background-color css
<style>
a { background-color: #381CB5; }
a { background-color: rgb(56,28,181); }
div.DivClassName
{
background-color: #381CB5;
}
.BgClassName
{
background-color: #381CB5;
}
</style>
border-color css
<style>
span { border-color: #381CB5; }
span { border-color: rgb(56,28,181); }
td.TdClassName
{
border-color: #381CB5;
}
.TagClassName
{
border-color: #381CB5;
}
</style>