Html Css Color HEX #4005EA Han Purple

📋 copy color: '#4005EA'

red 64 ◦ green 5 ◦ blue 234

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

Shades of Han Purple #4005EA

Tints of Han Purple #4005EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.65%

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 21.12%
G = 1.65%
B = 77.23%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4005EA (or 0x4005EA) is known color: Han Purple. HEX triplet: 40, 05 and EA. RGB value is (64,5,234). Sum of RGB (Red+Green+Blue) = 64+5+234=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #4005EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005EA is #BFFA15. Grayscale: #2F2F2F. Windows color (decimal): -12581398 or 15336768. OLE color: 15336768.

HSL color Cylindrical-coordinate representation of color #4005EA: hue angle of 255.46º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005EA is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 5 234 -
CMYK 0.73 0.98 0 0.08
HSL 255.46º 0.96% 0.47% -
HSV(B) 255.46º 0.98% 0.92% -
XYZ 17.02 7.14 78.32 -
YUV 48.75 232.55 138.88 -
System Red Green Blue C M Y K H S L
Decimal 64 5 234 0.73 0.98 0 0.08 255.46 0.96 0.47
Hex 40 5 EA 49 62 0 8 FF 60 2F
Octal 100 5 352 111 142 0 10 377 140 57
Binary 1000000 101 11101010 1001001 1100010 0 1000 11111111 1100000 101111

Color Harmonies of #4005EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005EA

Black with #4005EA

Text Example


Text Example

White with #4005EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4005EA; }

 p { color: rgb(64,5,234); }

 H1.HeaderClassName
 {
   color: #4005EA;
 }
 .AnyTagClassName
 {
   color: #4005EA;
 }
</style>

background-color css

<style>
 a { background-color: #4005EA; }

 a { background-color: rgb(64,5,234); }

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

border-color css

<style>
 span { border-color: #4005EA; }

 span { border-color: rgb(64,5,234); }

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