Shades of Persian Blue #381ECB
Tints of Persian Blue #381ECB
RGB
CMYK
RGB Variations
Color information
#381ECB (or 0x381ECB) is known color: Persian Blue. HEX triplet: 38, 1E and CB. RGB value is (56,30,203). Sum of RGB (Red+Green+Blue) = 56+30+203=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #381ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ECB is #C7E134. Grayscale: #383838. Windows color (decimal): -13099317 or 13311544. OLE color: 13311544.
HSL color Cylindrical-coordinate representation of color #381ECB: hue angle of 249.02º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381ECB is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 30 | 203 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.20 |
| HSL | 249.02º | 0.74% | 0.46% | - |
| HSV(B) | 249.02º | 0.85% | 0.8% | - |
| XYZ | 12.87 | 6.08 | 57 | - |
| YUV | 57.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 203 | 0.72 | 0.85 | 0 | 0.20 | 249.02 | 0.74 | 0.46 |
| Hex | 38 | 1E | CB | 48 | 55 | 0 | 14 | F9 | 4A | 2E |
| Octal | 70 | 36 | 313 | 110 | 125 | 0 | 24 | 371 | 112 | 56 |
| Binary | 111000 | 11110 | 11001011 | 1001000 | 1010101 | 0 | 10100 | 11111001 | 1001010 | 101110 |
Color Harmonies of #381ECB
Complementary color
Monochromatic Colors of #381ECB
Black with #381ECB
Text Example
Text Example
White with #381ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381ECB; }
p { color: rgb(56,30,203); }
H1.HeaderClassName
{
color: #381ECB;
}
.AnyTagClassName
{
color: #381ECB;
}
</style>
background-color css
<style>
a { background-color: #381ECB; }
a { background-color: rgb(56,30,203); }
div.DivClassName
{
background-color: #381ECB;
}
.BgClassName
{
background-color: #381ECB;
}
</style>
border-color css
<style>
span { border-color: #381ECB; }
span { border-color: rgb(56,30,203); }
td.TdClassName
{
border-color: #381ECB;
}
.TagClassName
{
border-color: #381ECB;
}
</style>