Shades of Persian Blue #382BBD
Tints of Persian Blue #382BBD
RGB
CMYK
RGB Variations
Color information
#382BBD (or 0x382BBD) is known color: Persian Blue. HEX triplet: 38, 2B and BD. RGB value is (56,43,189). Sum of RGB (Red+Green+Blue) = 56+43+189=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #382BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BBD is #C7D442. Grayscale: #3E3E3E. Windows color (decimal): -13096003 or 12397368. OLE color: 12397368.
HSL color Cylindrical-coordinate representation of color #382BBD: hue angle of 245.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382BBD is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 43 | 189 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.26 |
| HSL | 245.34º | 0.63% | 0.45% | - |
| HSV(B) | 245.34º | 0.77% | 0.74% | - |
| XYZ | 11.68 | 6.24 | 48.73 | - |
| YUV | 63.53 | 198.81 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 189 | 0.70 | 0.77 | 0 | 0.26 | 245.34 | 0.63 | 0.45 |
| Hex | 38 | 2B | BD | 46 | 4D | 0 | 1A | F5 | 3F | 2D |
| Octal | 70 | 53 | 275 | 106 | 115 | 0 | 32 | 365 | 77 | 55 |
| Binary | 111000 | 101011 | 10111101 | 1000110 | 1001101 | 0 | 11010 | 11110101 | 111111 | 101101 |
Color Harmonies of #382BBD
Complementary color
Monochromatic Colors of #382BBD
Black with #382BBD
Text Example
Text Example
White with #382BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382BBD; }
p { color: rgb(56,43,189); }
H1.HeaderClassName
{
color: #382BBD;
}
.AnyTagClassName
{
color: #382BBD;
}
</style>
background-color css
<style>
a { background-color: #382BBD; }
a { background-color: rgb(56,43,189); }
div.DivClassName
{
background-color: #382BBD;
}
.BgClassName
{
background-color: #382BBD;
}
</style>
border-color css
<style>
span { border-color: #382BBD; }
span { border-color: rgb(56,43,189); }
td.TdClassName
{
border-color: #382BBD;
}
.TagClassName
{
border-color: #382BBD;
}
</style>