Html Css Color HEX #4016DD Han Purple

📋 copy color: '#4016DD'

red 64 ◦ green 22 ◦ blue 221

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

Shades of Han Purple #4016DD

Tints of Han Purple #4016DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 20.85%
G = 7.17%
B = 71.99%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4016DD (or 0x4016DD) is known color: Han Purple. HEX triplet: 40, 16 and DD. RGB value is (64,22,221). Sum of RGB (Red+Green+Blue) = 64+22+221=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #4016DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016DD is #BFE922. Grayscale: #383838. Windows color (decimal): -12577059 or 14489152. OLE color: 14489152.

HSL color Cylindrical-coordinate representation of color #4016DD: hue angle of 252.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4016DD is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 22 221 -
CMYK 0.71 0.90 0 0.13
HSL 252.66º 0.82% 0.48% -
HSV(B) 252.66º 0.9% 0.87% -
XYZ 15.45 6.88 68.92 -
YUV 57.24 220.41 132.82 -
System Red Green Blue C M Y K H S L
Decimal 64 22 221 0.71 0.90 0 0.13 252.66 0.82 0.48
Hex 40 16 DD 47 5A 0 D FD 52 30
Octal 100 26 335 107 132 0 15 375 122 60
Binary 1000000 10110 11011101 1000111 1011010 0 1101 11111101 1010010 110000

Color Harmonies of #4016DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4016DD

Black with #4016DD

Text Example


Text Example

White with #4016DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4016DD; }

 p { color: rgb(64,22,221); }

 H1.HeaderClassName
 {
   color: #4016DD;
 }
 .AnyTagClassName
 {
   color: #4016DD;
 }
</style>

background-color css

<style>
 a { background-color: #4016DD; }

 a { background-color: rgb(64,22,221); }

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

border-color css

<style>
 span { border-color: #4016DD; }

 span { border-color: rgb(64,22,221); }

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