Shades of Persian Blue #382BC2
Tints of Persian Blue #382BC2
RGB
CMYK
RGB Variations
Color information
#382BC2 (or 0x382BC2) is known color: Persian Blue. HEX triplet: 38, 2B and C2. RGB value is (56,43,194). Sum of RGB (Red+Green+Blue) = 56+43+194=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #382BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BC2 is #C7D43D. Grayscale: #3F3F3F. Windows color (decimal): -13095998 or 12725048. OLE color: 12725048.
HSL color Cylindrical-coordinate representation of color #382BC2: hue angle of 245.17º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382BC2 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 43 | 194 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.24 |
| HSL | 245.17º | 0.64% | 0.46% | - |
| HSV(B) | 245.17º | 0.78% | 0.76% | - |
| XYZ | 12.23 | 6.46 | 51.64 | - |
| YUV | 64.1 | 201.31 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 43 | 194 | 0.71 | 0.78 | 0 | 0.24 | 245.17 | 0.64 | 0.46 |
| Hex | 38 | 2B | C2 | 47 | 4E | 0 | 18 | F5 | 40 | 2E |
| Octal | 70 | 53 | 302 | 107 | 116 | 0 | 30 | 365 | 100 | 56 |
| Binary | 111000 | 101011 | 11000010 | 1000111 | 1001110 | 0 | 11000 | 11110101 | 1000000 | 101110 |
Color Harmonies of #382BC2
Complementary color
Monochromatic Colors of #382BC2
Black with #382BC2
Text Example
Text Example
White with #382BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382BC2; }
p { color: rgb(56,43,194); }
H1.HeaderClassName
{
color: #382BC2;
}
.AnyTagClassName
{
color: #382BC2;
}
</style>
background-color css
<style>
a { background-color: #382BC2; }
a { background-color: rgb(56,43,194); }
div.DivClassName
{
background-color: #382BC2;
}
.BgClassName
{
background-color: #382BC2;
}
</style>
border-color css
<style>
span { border-color: #382BC2; }
span { border-color: rgb(56,43,194); }
td.TdClassName
{
border-color: #382BC2;
}
.TagClassName
{
border-color: #382BC2;
}
</style>