#4314DB

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

Shades of Han Purple #4314DB

Tints of Han Purple #4314DB

Color information

#4314DB (or 0x4314DB) is unknown color: approx Han Purple. HEX triplet: 43, 14 and DB. RGB value is (67,20,219). Sum of RGB (Red+Green+Blue) = 67+20+219=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #4314DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4314DB is #BCEB24. Grayscale: #373737. Windows color (decimal): -12380965 or 14357571. OLE color: 14357571.

HSL color Cylindrical-coordinate representation of color #4314DB: hue angle of 254.17º 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 #4314DB is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6720219-
CMYK0.690.9100.14
HSL254.17º83.26%46.86%-
HSV(B)254.17º90.87%85.88%-
XYZ15.356.8167.52-
YUV56.74219.57135.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 219 (85.94% from 255) = 71.57%
R=21.90%
G=6.54%
B=71.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal67202190.690.9100.14254.1783.2646.86
Hex4314DB455B0Efe532f
Octal1032433310513301637612357
Binary100001110100110110111000101101101101110111111101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4314DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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