Shades of Persian Blue #382DCB
Tints of Persian Blue #382DCB
RGB
CMYK
RGB Variations
Color information
#382DCB (or 0x382DCB) is known color: Persian Blue. HEX triplet: 38, 2D and CB. RGB value is (56,45,203). Sum of RGB (Red+Green+Blue) = 56+45+203=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #382DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DCB is #C7D234. Grayscale: #414141. Windows color (decimal): -13095477 or 13315384. OLE color: 13315384.
HSL color Cylindrical-coordinate representation of color #382DCB: hue angle of 244.18º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382DCB is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 45 | 203 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.20 |
| HSL | 244.18º | 0.64% | 0.49% | - |
| HSV(B) | 244.18º | 0.78% | 0.8% | - |
| XYZ | 13.35 | 7.03 | 57.15 | - |
| YUV | 66.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 203 | 0.72 | 0.78 | 0 | 0.20 | 244.18 | 0.64 | 0.49 |
| Hex | 38 | 2D | CB | 48 | 4E | 0 | 14 | F4 | 40 | 31 |
| Octal | 70 | 55 | 313 | 110 | 116 | 0 | 24 | 364 | 100 | 61 |
| Binary | 111000 | 101101 | 11001011 | 1001000 | 1001110 | 0 | 10100 | 11110100 | 1000000 | 110001 |
Color Harmonies of #382DCB
Complementary color
Monochromatic Colors of #382DCB
Black with #382DCB
Text Example
Text Example
White with #382DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382DCB; }
p { color: rgb(56,45,203); }
H1.HeaderClassName
{
color: #382DCB;
}
.AnyTagClassName
{
color: #382DCB;
}
</style>
background-color css
<style>
a { background-color: #382DCB; }
a { background-color: rgb(56,45,203); }
div.DivClassName
{
background-color: #382DCB;
}
.BgClassName
{
background-color: #382DCB;
}
</style>
border-color css
<style>
span { border-color: #382DCB; }
span { border-color: rgb(56,45,203); }
td.TdClassName
{
border-color: #382DCB;
}
.TagClassName
{
border-color: #382DCB;
}
</style>