Html Css Color HEX #4006DC Han Purple

📋 copy color: '#4006DC'

red 64 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #4006DC

Tints of Han Purple #4006DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 75.86%

R = 22.07%
G = 2.07%
B = 75.86%

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

#4006DC (or 0x4006DC) is known color: Han Purple. HEX triplet: 40, 06 and DC. RGB value is (64,6,220). Sum of RGB (Red+Green+Blue) = 64+6+220=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #4006DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4006DC is #BFF923. Grayscale: #2E2E2E. Windows color (decimal): -12581156 or 14419520. OLE color: 14419520.

HSL color Cylindrical-coordinate representation of color #4006DC: hue angle of 256.26º 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 #4006DC is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 6 220 -
CMYK 0.71 0.97 0 0.14
HSL 256.26º 0.95% 0.44% -
HSV(B) 256.26º 0.97% 0.86% -
XYZ 15.1 6.39 68.15 -
YUV 47.74 225.22 139.6 -
System Red Green Blue C M Y K H S L
Decimal 64 6 220 0.71 0.97 0 0.14 256.26 0.95 0.44
Hex 40 6 DC 47 61 0 E 100 5F 2C
Octal 100 6 334 107 141 0 16 400 137 54
Binary 1000000 110 11011100 1000111 1100001 0 1110 100000000 1011111 101100

Color Harmonies of #4006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4006DC

Black with #4006DC

Text Example


Text Example

White with #4006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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