Html Css Color HEX #4002DB Han Purple

📋 copy color: '#4002DB'

red 64 ◦ green 2 ◦ blue 219

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

Shades of Han Purple #4002DB

Tints of Han Purple #4002DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 22.46%
G = 0.7%
B = 76.84%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4002DB (or 0x4002DB) is known color: Han Purple. HEX triplet: 40, 02 and DB. RGB value is (64,2,219). Sum of RGB (Red+Green+Blue) = 64+2+219=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #4002DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4002DB is #BFFD24. Grayscale: #2C2C2C. Windows color (decimal): -12582181 or 14352960. OLE color: 14352960.

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

Color convert

RGB 64 2 219 -
CMYK 0.71 0.99 0 0.14
HSL 257.14º 0.98% 0.43% -
HSV(B) 257.14º 0.99% 0.86% -
XYZ 14.92 6.25 67.44 -
YUV 45.28 226.04 141.36 -
System Red Green Blue C M Y K H S L
Decimal 64 2 219 0.71 0.99 0 0.14 257.14 0.98 0.43
Hex 40 2 DB 47 63 0 E 101 62 2B
Octal 100 2 333 107 143 0 16 401 142 53
Binary 1000000 10 11011011 1000111 1100011 0 1110 100000001 1100010 101011

Color Harmonies of #4002DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4002DB

Black with #4002DB

Text Example


Text Example

White with #4002DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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