Html Css Color HEX #4008DB Han Purple

📋 copy color: '#4008DB'

red 64 ◦ green 8 ◦ blue 219

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

Shades of Han Purple #4008DB

Tints of Han Purple #4008DB

RGB

 RED value IS 64 (25.39% from 255) = 21.99%

 GREEN value IS 8 (3.52% from 255) = 2.75%

 BLUE value IS 219 (85.94% from 255) = 75.26%

R = 21.99%
G = 2.75%
B = 75.26%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4008DB (or 0x4008DB) is known color: Han Purple. HEX triplet: 40, 08 and DB. RGB value is (64,8,219). Sum of RGB (Red+Green+Blue) = 64+8+219=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #4008DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4008DB is #BFF724. Grayscale: #303030. Windows color (decimal): -12580645 or 14354496. OLE color: 14354496.

HSL color Cylindrical-coordinate representation of color #4008DB: hue angle of 255.92º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4008DB is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 8 219 -
CMYK 0.71 0.96 0 0.14
HSL 255.92º 0.93% 0.45% -
HSV(B) 255.92º 0.96% 0.86% -
XYZ 14.99 6.38 67.46 -
YUV 48.8 224.05 138.84 -
System Red Green Blue C M Y K H S L
Decimal 64 8 219 0.71 0.96 0 0.14 255.92 0.93 0.45
Hex 40 8 DB 47 60 0 E 100 5D 2D
Octal 100 10 333 107 140 0 16 400 135 55
Binary 1000000 1000 11011011 1000111 1100000 0 1110 100000000 1011101 101101

Color Harmonies of #4008DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4008DB

Black with #4008DB

Text Example


Text Example

White with #4008DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,8,219); }

 H1.HeaderClassName
 {
   color: #4008DB;
 }
 .AnyTagClassName
 {
   color: #4008DB;
 }
</style>

background-color css

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

 a { background-color: rgb(64,8,219); }

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

border-color css

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

 span { border-color: rgb(64,8,219); }

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