Html Css Color HEX #3814DB Han Purple

📋 copy color: '#3814DB'

red 56 ◦ green 20 ◦ blue 219

#3814DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #3814DB

Tints of Han Purple #3814DB

RGB

 RED value IS 56 (22.27% from 255) = 18.98%

 GREEN value IS 20 (8.2% 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 value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3814DB (or 0x3814DB) is known color: 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

RGB 56 20 219 -
CMYK 0.74 0.91 0 0.14
HSL 250.85º 0.83% 0.47% -
HSV(B) 250.85º 0.91% 0.86% -
XYZ 14.67 6.46 67.49 -
YUV 53.45 221.43 129.82 -
System Red Green Blue C M Y K H S L
Decimal 56 20 219 0.74 0.91 0 0.14 250.85 0.83 0.47
Hex 38 14 DB 4A 5B 0 E FB 53 2F
Octal 70 24 333 112 133 0 16 373 123 57
Binary 111000 10100 11011011 1001010 1011011 0 1110 11111011 1010011 101111

Color Harmonies of #3814DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3814DB

Black with #3814DB

Text Example


Text Example

White with #3814DB

Text Example


Text Example

HTML Codes & Css Web 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>