Html Css Color HEX #4008EF Han Purple

📋 copy color: '#4008EF'

red 64 ◦ green 8 ◦ blue 239

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

Shades of Han Purple #4008EF

Tints of Han Purple #4008EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.57%

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

R = 20.58%
G = 2.57%
B = 76.85%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4008EF (or 0x4008EF) is known color: Han Purple. HEX triplet: 40, 08 and EF. RGB value is (64,8,239). Sum of RGB (Red+Green+Blue) = 64+8+239=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #4008EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4008EF is #BFF710. Grayscale: #323232. Windows color (decimal): -12580625 or 15665216. OLE color: 15665216.

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

Color convert

RGB 64 8 239 -
CMYK 0.73 0.97 0 0.06
HSL 254.55º 0.94% 0.48% -
HSV(B) 254.55º 0.97% 0.94% -
XYZ 17.78 7.5 82.17 -
YUV 51.08 234.05 137.22 -
System Red Green Blue C M Y K H S L
Decimal 64 8 239 0.73 0.97 0 0.06 254.55 0.94 0.48
Hex 40 8 EF 49 61 0 6 FF 5E 30
Octal 100 10 357 111 141 0 6 377 136 60
Binary 1000000 1000 11101111 1001001 1100001 0 110 11111111 1011110 110000

Color Harmonies of #4008EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4008EF

Black with #4008EF

Text Example


Text Example

White with #4008EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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