Html Css Color HEX #4004EF Han Purple

📋 copy color: '#4004EF'

red 64 ◦ green 4 ◦ blue 239

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

Shades of Han Purple #4004EF

Tints of Han Purple #4004EF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 20.85%
G = 1.3%
B = 77.85%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4004EF (or 0x4004EF) is known color: Han Purple. HEX triplet: 40, 04 and EF. RGB value is (64,4,239). Sum of RGB (Red+Green+Blue) = 64+4+239=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #4004EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4004EF is #BFFB10. Grayscale: #2F2F2F. Windows color (decimal): -12581649 or 15664192. OLE color: 15664192.

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

Color convert

RGB 64 4 239 -
CMYK 0.73 0.98 0 0.06
HSL 255.32º 0.97% 0.48% -
HSV(B) 255.32º 0.98% 0.94% -
XYZ 17.74 7.41 82.16 -
YUV 48.73 235.38 138.89 -
System Red Green Blue C M Y K H S L
Decimal 64 4 239 0.73 0.98 0 0.06 255.32 0.97 0.48
Hex 40 4 EF 49 62 0 6 FF 61 30
Octal 100 4 357 111 142 0 6 377 141 60
Binary 1000000 100 11101111 1001001 1100010 0 110 11111111 1100001 110000

Color Harmonies of #4004EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4004EF

Black with #4004EF

Text Example


Text Example

White with #4004EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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