Html Css Color HEX #4015DB Han Purple

📋 copy color: '#4015DB'

red 64 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #4015DB

Tints of Han Purple #4015DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

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

R = 21.05%
G = 6.91%
B = 72.04%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4015DB (or 0x4015DB) is known color: Han Purple. HEX triplet: 40, 15 and DB. RGB value is (64,21,219). Sum of RGB (Red+Green+Blue) = 64+21+219=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #4015DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015DB is #BFEA24. Grayscale: #373737. Windows color (decimal): -12577317 or 14357824. OLE color: 14357824.

HSL color Cylindrical-coordinate representation of color #4015DB: hue angle of 253.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4015DB is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 21 219 -
CMYK 0.71 0.90 0 0.14
HSL 253.03º 0.83% 0.47% -
HSV(B) 253.03º 0.9% 0.86% -
XYZ 15.17 6.74 67.52 -
YUV 56.43 219.75 133.4 -
System Red Green Blue C M Y K H S L
Decimal 64 21 219 0.71 0.90 0 0.14 253.03 0.83 0.47
Hex 40 15 DB 47 5A 0 E FD 52 2F
Octal 100 25 333 107 132 0 16 375 122 57
Binary 1000000 10101 11011011 1000111 1011010 0 1110 11111101 1010010 101111

Color Harmonies of #4015DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015DB

Black with #4015DB

Text Example


Text Example

White with #4015DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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