Html Css Color HEX #4010DC Han Purple

📋 copy color: '#4010DC'

red 64 ◦ green 16 ◦ blue 220

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

Shades of Han Purple #4010DC

Tints of Han Purple #4010DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 21.33%
G = 5.33%
B = 73.33%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4010DC (or 0x4010DC) is known color: Han Purple. HEX triplet: 40, 10 and DC. RGB value is (64,16,220). Sum of RGB (Red+Green+Blue) = 64+16+220=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #4010DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010DC is #BFEF23. Grayscale: #343434. Windows color (decimal): -12578596 or 14422080. OLE color: 14422080.

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

Color convert

RGB 64 16 220 -
CMYK 0.71 0.93 0 0.14
HSL 254.12º 0.86% 0.46% -
HSV(B) 254.12º 0.93% 0.86% -
XYZ 15.22 6.63 68.19 -
YUV 53.61 221.9 135.41 -
System Red Green Blue C M Y K H S L
Decimal 64 16 220 0.71 0.93 0 0.14 254.12 0.86 0.46
Hex 40 10 DC 47 5D 0 E FE 56 2E
Octal 100 20 334 107 135 0 16 376 126 56
Binary 1000000 10000 11011100 1000111 1011101 0 1110 11111110 1010110 101110

Color Harmonies of #4010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010DC

Black with #4010DC

Text Example


Text Example

White with #4010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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