Shades of Han Purple #3814CB
Tints of Han Purple #3814CB
RGB
CMYK
RGB Variations
Color information
#3814CB (or 0x3814CB) is known color: Han Purple. HEX triplet: 38, 14 and CB. RGB value is (56,20,203). Sum of RGB (Red+Green+Blue) = 56+20+203=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #3814CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3814CB is #C7EB34. Grayscale: #323232. Windows color (decimal): -13101877 or 13308984. OLE color: 13308984.
HSL color Cylindrical-coordinate representation of color #3814CB: hue angle of 251.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3814CB is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 56 | 20 | 203 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.20 |
| HSL | 251.8º | 0.82% | 0.44% | - |
| HSV(B) | 251.8º | 0.9% | 0.8% | - |
| XYZ | 12.66 | 5.65 | 56.92 | - |
| YUV | 51.63 | 213.43 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 203 | 0.72 | 0.90 | 0 | 0.20 | 251.8 | 0.82 | 0.44 |
| Hex | 38 | 14 | CB | 48 | 5A | 0 | 14 | FC | 52 | 2C |
| Octal | 70 | 24 | 313 | 110 | 132 | 0 | 24 | 374 | 122 | 54 |
| Binary | 111000 | 10100 | 11001011 | 1001000 | 1011010 | 0 | 10100 | 11111100 | 1010010 | 101100 |
Color Harmonies of #3814CB
Complementary color
Monochromatic Colors of #3814CB
Black with #3814CB
Text Example
Text Example
White with #3814CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3814CB; }
p { color: rgb(56,20,203); }
H1.HeaderClassName
{
color: #3814CB;
}
.AnyTagClassName
{
color: #3814CB;
}
</style>
background-color css
<style>
a { background-color: #3814CB; }
a { background-color: rgb(56,20,203); }
div.DivClassName
{
background-color: #3814CB;
}
.BgClassName
{
background-color: #3814CB;
}
</style>
border-color css
<style>
span { border-color: #3814CB; }
span { border-color: rgb(56,20,203); }
td.TdClassName
{
border-color: #3814CB;
}
.TagClassName
{
border-color: #3814CB;
}
</style>