Html Css Color HEX #4015EF Han Purple

📋 copy color: '#4015EF'

red 64 ◦ green 21 ◦ blue 239

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

Shades of Han Purple #4015EF

Tints of Han Purple #4015EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.77%

R = 19.75%
G = 6.48%
B = 73.77%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4015EF (or 0x4015EF) is known color: Han Purple. HEX triplet: 40, 15 and EF. RGB value is (64,21,239). Sum of RGB (Red+Green+Blue) = 64+21+239=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #4015EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4015EF is #BFEA10. Grayscale: #393939. Windows color (decimal): -12577297 or 15668544. OLE color: 15668544.

HSL color Cylindrical-coordinate representation of color #4015EF: hue angle of 251.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4015EF is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 21 239 -
CMYK 0.73 0.91 0 0.06
HSL 251.83º 0.87% 0.51% -
HSV(B) 251.83º 0.91% 0.94% -
XYZ 17.96 7.86 82.23 -
YUV 58.71 229.75 131.77 -
System Red Green Blue C M Y K H S L
Decimal 64 21 239 0.73 0.91 0 0.06 251.83 0.87 0.51
Hex 40 15 EF 49 5B 0 6 FC 57 33
Octal 100 25 357 111 133 0 6 374 127 63
Binary 1000000 10101 11101111 1001001 1011011 0 110 11111100 1010111 110011

Color Harmonies of #4015EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015EF

Black with #4015EF

Text Example


Text Example

White with #4015EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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