Html Css Color HEX #4023DB Han Purple

📋 copy color: '#4023DB'

red 64 ◦ green 35 ◦ blue 219

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

Shades of Han Purple #4023DB

Tints of Han Purple #4023DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 20.13%
G = 11.01%
B = 68.87%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4023DB (or 0x4023DB) is known color: Han Purple. HEX triplet: 40, 23 and DB. RGB value is (64,35,219). Sum of RGB (Red+Green+Blue) = 64+35+219=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #4023DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023DB is #BFDC24. Grayscale: #3F3F3F. Windows color (decimal): -12573733 or 14361408. OLE color: 14361408.

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

Color convert

RGB 64 35 219 -
CMYK 0.71 0.84 0 0.14
HSL 249.46º 0.72% 0.5% -
HSV(B) 249.46º 0.84% 0.86% -
XYZ 15.5 7.41 67.63 -
YUV 64.65 215.11 127.54 -
System Red Green Blue C M Y K H S L
Decimal 64 35 219 0.71 0.84 0 0.14 249.46 0.72 0.5
Hex 40 23 DB 47 54 0 E F9 48 32
Octal 100 43 333 107 124 0 16 371 110 62
Binary 1000000 100011 11011011 1000111 1010100 0 1110 11111001 1001000 110010

Color Harmonies of #4023DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4023DB

Black with #4023DB

Text Example


Text Example

White with #4023DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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