Html Css Color HEX #4006DB Han Purple

📋 copy color: '#4006DB'

red 64 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #4006DB

Tints of Han Purple #4006DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 22.15%
G = 2.08%
B = 75.78%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4006DB (or 0x4006DB) is known color: Han Purple. HEX triplet: 40, 06 and DB. RGB value is (64,6,219). Sum of RGB (Red+Green+Blue) = 64+6+219=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #4006DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006DB is #BFF924. Grayscale: #2E2E2E. Windows color (decimal): -12581157 or 14353984. OLE color: 14353984.

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

Color convert

RGB 64 6 219 -
CMYK 0.71 0.97 0 0.14
HSL 256.34º 0.95% 0.44% -
HSV(B) 256.34º 0.97% 0.86% -
XYZ 14.97 6.33 67.45 -
YUV 47.62 224.72 139.68 -
System Red Green Blue C M Y K H S L
Decimal 64 6 219 0.71 0.97 0 0.14 256.34 0.95 0.44
Hex 40 6 DB 47 61 0 E 100 5F 2C
Octal 100 6 333 107 141 0 16 400 137 54
Binary 1000000 110 11011011 1000111 1100001 0 1110 100000000 1011111 101100

Color Harmonies of #4006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006DB

Black with #4006DB

Text Example


Text Example

White with #4006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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