Shades of Persian Blue #382FCE
Tints of Persian Blue #382FCE
RGB
CMYK
RGB Variations
Color information
#382FCE (or 0x382FCE) is known color: Persian Blue. HEX triplet: 38, 2F and CE. RGB value is (56,47,206). Sum of RGB (Red+Green+Blue) = 56+47+206=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #382FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382FCE is #C7D031. Grayscale: #434343. Windows color (decimal): -13094962 or 13512504. OLE color: 13512504.
HSL color Cylindrical-coordinate representation of color #382FCE: hue angle of 243.4º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382FCE is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 47 | 206 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.19 |
| HSL | 243.4º | 0.63% | 0.5% | - |
| HSV(B) | 243.4º | 0.77% | 0.81% | - |
| XYZ | 13.79 | 7.33 | 59.08 | - |
| YUV | 67.82 | 205.98 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 47 | 206 | 0.73 | 0.77 | 0 | 0.19 | 243.4 | 0.63 | 0.5 |
| Hex | 38 | 2F | CE | 49 | 4D | 0 | 13 | F3 | 3F | 32 |
| Octal | 70 | 57 | 316 | 111 | 115 | 0 | 23 | 363 | 77 | 62 |
| Binary | 111000 | 101111 | 11001110 | 1001001 | 1001101 | 0 | 10011 | 11110011 | 111111 | 110010 |
Color Harmonies of #382FCE
Complementary color
Monochromatic Colors of #382FCE
Black with #382FCE
Text Example
Text Example
White with #382FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #382FCE; }
p { color: rgb(56,47,206); }
H1.HeaderClassName
{
color: #382FCE;
}
.AnyTagClassName
{
color: #382FCE;
}
</style>
background-color css
<style>
a { background-color: #382FCE; }
a { background-color: rgb(56,47,206); }
div.DivClassName
{
background-color: #382FCE;
}
.BgClassName
{
background-color: #382FCE;
}
</style>
border-color css
<style>
span { border-color: #382FCE; }
span { border-color: rgb(56,47,206); }
td.TdClassName
{
border-color: #382FCE;
}
.TagClassName
{
border-color: #382FCE;
}
</style>