Shades of Persian Blue #382CB2
Tints of Persian Blue #382CB2
RGB
CMYK
RGB Variations
Color information
#382CB2 (or 0x382CB2) is known color: Persian Blue. HEX triplet: 38, 2C and B2. RGB value is (56,44,178). Sum of RGB (Red+Green+Blue) = 56+44+178=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #382CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382CB2 is #C7D34D. Grayscale: #3E3E3E. Windows color (decimal): -13095758 or 11676728. OLE color: 11676728.
HSL color Cylindrical-coordinate representation of color #382CB2: hue angle of 245.37º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382CB2 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 56 | 44 | 178 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.30 |
| HSL | 245.37º | 0.6% | 0.44% | - |
| HSV(B) | 245.37º | 0.75% | 0.7% | - |
| XYZ | 10.57 | 5.86 | 42.69 | - |
| YUV | 62.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 44 | 178 | 0.69 | 0.75 | 0 | 0.30 | 245.37 | 0.6 | 0.44 |
| Hex | 38 | 2C | B2 | 45 | 4B | 0 | 1E | F5 | 3C | 2C |
| Octal | 70 | 54 | 262 | 105 | 113 | 0 | 36 | 365 | 74 | 54 |
| Binary | 111000 | 101100 | 10110010 | 1000101 | 1001011 | 0 | 11110 | 11110101 | 111100 | 101100 |
Color Harmonies of #382CB2
Complementary color
Monochromatic Colors of #382CB2
Black with #382CB2
Text Example
Text Example
White with #382CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382CB2; }
p { color: rgb(56,44,178); }
H1.HeaderClassName
{
color: #382CB2;
}
.AnyTagClassName
{
color: #382CB2;
}
</style>
background-color css
<style>
a { background-color: #382CB2; }
a { background-color: rgb(56,44,178); }
div.DivClassName
{
background-color: #382CB2;
}
.BgClassName
{
background-color: #382CB2;
}
</style>
border-color css
<style>
span { border-color: #382CB2; }
span { border-color: rgb(56,44,178); }
td.TdClassName
{
border-color: #382CB2;
}
.TagClassName
{
border-color: #382CB2;
}
</style>