Html Css Color HEX #4030DB Han Purple

📋 copy color: '#4030DB'

red 64 ◦ green 48 ◦ blue 219

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

Shades of Han Purple #4030DB

Tints of Han Purple #4030DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 19.34%
G = 14.5%
B = 66.16%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4030DB (or 0x4030DB) is known color: Han Purple. HEX triplet: 40, 30 and DB. RGB value is (64,48,219). Sum of RGB (Red+Green+Blue) = 64+48+219=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #4030DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030DB is #BFCF24. Grayscale: #474747. Windows color (decimal): -12570405 or 14364736. OLE color: 14364736.

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

Color convert

RGB 64 48 219 -
CMYK 0.71 0.78 0 0.14
HSL 245.61º 0.7% 0.52% -
HSV(B) 245.61º 0.78% 0.86% -
XYZ 15.96 8.32 67.78 -
YUV 72.28 210.8 122.1 -
System Red Green Blue C M Y K H S L
Decimal 64 48 219 0.71 0.78 0 0.14 245.61 0.7 0.52
Hex 40 30 DB 47 4E 0 E F6 46 34
Octal 100 60 333 107 116 0 16 366 106 64
Binary 1000000 110000 11011011 1000111 1001110 0 1110 11110110 1000110 110100

Color Harmonies of #4030DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4030DB

Black with #4030DB

Text Example


Text Example

White with #4030DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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