Html Css Color HEX #4018DD Han Purple

📋 copy color: '#4018DD'

red 64 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #4018DD

Tints of Han Purple #4018DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

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

R = 20.71%
G = 7.77%
B = 71.52%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4018DD (or 0x4018DD) is known color: Han Purple. HEX triplet: 40, 18 and DD. RGB value is (64,24,221). Sum of RGB (Red+Green+Blue) = 64+24+221=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4018DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4018DD is #BFE722. Grayscale: #393939. Windows color (decimal): -12576547 or 14489664. OLE color: 14489664.

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

Color convert

RGB 64 24 221 -
CMYK 0.71 0.89 0 0.13
HSL 252.18º 0.8% 0.48% -
HSV(B) 252.18º 0.89% 0.87% -
XYZ 15.49 6.96 68.93 -
YUV 58.42 219.75 131.98 -
System Red Green Blue C M Y K H S L
Decimal 64 24 221 0.71 0.89 0 0.13 252.18 0.8 0.48
Hex 40 18 DD 47 59 0 D FC 50 30
Octal 100 30 335 107 131 0 15 374 120 60
Binary 1000000 11000 11011101 1000111 1011001 0 1101 11111100 1010000 110000

Color Harmonies of #4018DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018DD

Black with #4018DD

Text Example


Text Example

White with #4018DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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