#3814DB

Color #3814DB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3814DB

Tints of Han Purple #3814DB

Color information

#3814DB (or 0x3814DB) is unknown color: approx Han Purple. HEX triplet: 38, 14 and DB. RGB value is (56,20,219). Sum of RGB (Red+Green+Blue) = 56+20+219=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #3814DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3814DB is #C7EB24. Grayscale: #343434. Windows color (decimal): -13101861 or 14357560. OLE color: 14357560.

HSL color Cylindrical-coordinate representation of color #3814DB: hue angle of 250.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3814DB is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5620219-
CMYK0.740.9100.14
HSL250.85º83.26%46.86%-
HSV(B)250.85º90.87%85.88%-
XYZ14.676.4667.49-
YUV53.45221.43129.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 219 (85.94% from 255) = 74.24%
R=18.98%
G=6.78%
B=74.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal56202190.740.9100.14250.8583.2646.86
Hex3814DB4A5B0Efb532f
Octal702433311213301637312357
Binary11100010100110110111001010101101101110111110111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3814DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3814DB; }

 p { color: rgb(56,20,219); }

 H1.HeaderClassName
 {
   color: #3814DB;
 }
 .AnyTagClassName
 {
   color: #3814DB;
 }
</style>
background-color css

<style>
 a { background-color: #3814DB; }

 a { background-color: rgb(56,20,219); }

 div.DivClassName
 {
   background-color: #3814DB;
 }
 .BgClassName
 {
   background-color: #3814DB;
 }
</style>
border-color css

<style>
 span { border-color: #3814DB; }

 span { border-color: rgb(56,20,219); }

 td.TdClassName
 {
   border-color: #3814DB;
 }
 .TagClassName
 {
   border-color: #3814DB;
 }
</style>