Shades of Persian Blue #382ECF
Tints of Persian Blue #382ECF
RGB
CMYK
RGB Variations
Color information
#382ECF (or 0x382ECF) is known color: Persian Blue. HEX triplet: 38, 2E and CF. RGB value is (56,46,207). Sum of RGB (Red+Green+Blue) = 56+46+207=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #382ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ECF is #C7D130. Grayscale: #424242. Windows color (decimal): -13095217 or 13577784. OLE color: 13577784.
HSL color Cylindrical-coordinate representation of color #382ECF: hue angle of 243.73º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382ECF is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 46 | 207 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.19 |
| HSL | 243.73º | 0.64% | 0.5% | - |
| HSV(B) | 243.73º | 0.78% | 0.81% | - |
| XYZ | 13.87 | 7.3 | 59.71 | - |
| YUV | 67.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 46 | 207 | 0.73 | 0.78 | 0 | 0.19 | 243.73 | 0.64 | 0.5 |
| Hex | 38 | 2E | CF | 49 | 4E | 0 | 13 | F4 | 40 | 32 |
| Octal | 70 | 56 | 317 | 111 | 116 | 0 | 23 | 364 | 100 | 62 |
| Binary | 111000 | 101110 | 11001111 | 1001001 | 1001110 | 0 | 10011 | 11110100 | 1000000 | 110010 |
Color Harmonies of #382ECF
Complementary color
Monochromatic Colors of #382ECF
Black with #382ECF
Text Example
Text Example
White with #382ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382ECF; }
p { color: rgb(56,46,207); }
H1.HeaderClassName
{
color: #382ECF;
}
.AnyTagClassName
{
color: #382ECF;
}
</style>
background-color css
<style>
a { background-color: #382ECF; }
a { background-color: rgb(56,46,207); }
div.DivClassName
{
background-color: #382ECF;
}
.BgClassName
{
background-color: #382ECF;
}
</style>
border-color css
<style>
span { border-color: #382ECF; }
span { border-color: rgb(56,46,207); }
td.TdClassName
{
border-color: #382ECF;
}
.TagClassName
{
border-color: #382ECF;
}
</style>