Html Css Color HEX #4005F5 Han Purple

📋 copy color: '#4005F5'

red 64 ◦ green 5 ◦ blue 245

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

Shades of Han Purple #4005F5

Tints of Han Purple #4005F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 78.03%

R = 20.38%
G = 1.59%
B = 78.03%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4005F5 (or 0x4005F5) is known color: Han Purple. HEX triplet: 40, 05 and F5. RGB value is (64,5,245). Sum of RGB (Red+Green+Blue) = 64+5+245=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 245 (96.09% from 255 or 78.03% from 314); Max value from RGB is 245 - color contains mainly: blue. Hex color #4005F5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005F5 is #BFFA0A. Grayscale: #313131. Windows color (decimal): -12581387 or 16057664. OLE color: 16057664.

HSL color Cylindrical-coordinate representation of color #4005F5: hue angle of 254.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4005F5 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 5 245 -
CMYK 0.74 0.98 0 0.04
HSL 254.75º 0.96% 0.49% -
HSV(B) 254.75º 0.98% 0.96% -
XYZ 18.65 7.79 86.91 -
YUV 50 238.05 137.99 -
System Red Green Blue C M Y K H S L
Decimal 64 5 245 0.74 0.98 0 0.04 254.75 0.96 0.49
Hex 40 5 F5 4A 62 0 4 FF 60 31
Octal 100 5 365 112 142 0 4 377 140 61
Binary 1000000 101 11110101 1001010 1100010 0 100 11111111 1100000 110001

Color Harmonies of #4005F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005F5

Black with #4005F5

Text Example


Text Example

White with #4005F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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