Shades of Persian Blue #382DB6
Tints of Persian Blue #382DB6
RGB
CMYK
RGB Variations
Color information
#382DB6 (or 0x382DB6) is known color: Persian Blue. HEX triplet: 38, 2D and B6. RGB value is (56,45,182). Sum of RGB (Red+Green+Blue) = 56+45+182=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #382DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB6 is #C7D249. Grayscale: #3F3F3F. Windows color (decimal): -13095498 or 11939128. OLE color: 11939128.
HSL color Cylindrical-coordinate representation of color #382DB6: hue angle of 244.82º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382DB6 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 45 | 182 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.29 |
| HSL | 244.82º | 0.6% | 0.45% | - |
| HSV(B) | 244.82º | 0.75% | 0.71% | - |
| XYZ | 11.01 | 6.09 | 44.85 | - |
| YUV | 63.91 | 194.64 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 45 | 182 | 0.69 | 0.75 | 0 | 0.29 | 244.82 | 0.6 | 0.45 |
| Hex | 38 | 2D | B6 | 45 | 4B | 0 | 1D | F5 | 3C | 2D |
| Octal | 70 | 55 | 266 | 105 | 113 | 0 | 35 | 365 | 74 | 55 |
| Binary | 111000 | 101101 | 10110110 | 1000101 | 1001011 | 0 | 11101 | 11110101 | 111100 | 101101 |
Color Harmonies of #382DB6
Complementary color
Monochromatic Colors of #382DB6
Black with #382DB6
Text Example
Text Example
White with #382DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382DB6; }
p { color: rgb(56,45,182); }
H1.HeaderClassName
{
color: #382DB6;
}
.AnyTagClassName
{
color: #382DB6;
}
</style>
background-color css
<style>
a { background-color: #382DB6; }
a { background-color: rgb(56,45,182); }
div.DivClassName
{
background-color: #382DB6;
}
.BgClassName
{
background-color: #382DB6;
}
</style>
border-color css
<style>
span { border-color: #382DB6; }
span { border-color: rgb(56,45,182); }
td.TdClassName
{
border-color: #382DB6;
}
.TagClassName
{
border-color: #382DB6;
}
</style>