Html Css Color HEX #4005F1 Han Purple

📋 copy color: '#4005F1'

red 64 ◦ green 5 ◦ blue 241

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

Shades of Han Purple #4005F1

Tints of Han Purple #4005F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 77.74%

R = 20.65%
G = 1.61%
B = 77.74%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4005F1 (or 0x4005F1) is known color: Han Purple. HEX triplet: 40, 05 and F1. RGB value is (64,5,241). Sum of RGB (Red+Green+Blue) = 64+5+241=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 241 (94.53% from 255 or 77.74% from 310); Max value from RGB is 241 - color contains mainly: blue. Hex color #4005F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4005F1 is #BFFA0E. Grayscale: #303030. Windows color (decimal): -12581391 or 15795520. OLE color: 15795520.

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

Color convert

RGB 64 5 241 -
CMYK 0.73 0.98 0 0.05
HSL 255º 0.96% 0.48% -
HSV(B) 255º 0.98% 0.95% -
XYZ 18.05 7.55 83.73 -
YUV 49.55 236.05 138.31 -
System Red Green Blue C M Y K H S L
Decimal 64 5 241 0.73 0.98 0 0.05 255 0.96 0.48
Hex 40 5 F1 49 62 0 5 FF 60 30
Octal 100 5 361 111 142 0 5 377 140 60
Binary 1000000 101 11110001 1001001 1100010 0 101 11111111 1100000 110000

Color Harmonies of #4005F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4005F1

Black with #4005F1

Text Example


Text Example

White with #4005F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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