Html Css Color HEX #4009DB Han Purple

📋 copy color: '#4009DB'

red 64 ◦ green 9 ◦ blue 219

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

Shades of Han Purple #4009DB

Tints of Han Purple #4009DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 21.92%
G = 3.08%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4009DB (or 0x4009DB) is known color: Han Purple. HEX triplet: 40, 09 and DB. RGB value is (64,9,219). Sum of RGB (Red+Green+Blue) = 64+9+219=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #4009DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009DB is #BFF624. Grayscale: #303030. Windows color (decimal): -12580389 or 14354752. OLE color: 14354752.

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

Color convert

RGB 64 9 219 -
CMYK 0.71 0.96 0 0.14
HSL 255.71º 0.92% 0.45% -
HSV(B) 255.71º 0.96% 0.86% -
XYZ 15 6.4 67.46 -
YUV 49.39 223.72 138.42 -
System Red Green Blue C M Y K H S L
Decimal 64 9 219 0.71 0.96 0 0.14 255.71 0.92 0.45
Hex 40 9 DB 47 60 0 E 100 5C 2D
Octal 100 11 333 107 140 0 16 400 134 55
Binary 1000000 1001 11011011 1000111 1100000 0 1110 100000000 1011100 101101

Color Harmonies of #4009DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4009DB

Black with #4009DB

Text Example


Text Example

White with #4009DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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