Html Css Color HEX #4019FF Han Purple

📋 copy color: '#4019FF'

red 64 ◦ green 25 ◦ blue 255

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

Shades of Han Purple #4019FF

Tints of Han Purple #4019FF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

 BLUE value IS 255 (100% from 255) = 74.13%

R = 18.6%
G = 7.27%
B = 74.13%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4019FF (or 0x4019FF) is known color: Han Purple. HEX triplet: 40, 19 and FF. RGB value is (64,25,255). Sum of RGB (Red+Green+Blue) = 64+25+255=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #4019FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4019FF is #BFE600. Grayscale: #3E3E3E. Windows color (decimal): -12576257 or 16718144. OLE color: 16718144.

HSL color Cylindrical-coordinate representation of color #4019FF: hue angle of 250.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4019FF is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 25 255 -
CMYK 0.75 0.90 0 0
HSL 250.17º 1% 0.55% -
HSV(B) 250.17º 0.9% 1% -
XYZ 20.51 9.01 95.26 -
YUV 62.88 236.42 128.8 -
System Red Green Blue C M Y K H S L
Decimal 64 25 255 0.75 0.90 0 0 250.17 1 0.55
Hex 40 19 FF 4B 5A 0 0 FA 64 37
Octal 100 31 377 113 132 0 0 372 144 67
Binary 1000000 11001 11111111 1001011 1011010 0 0 11111010 1100100 110111

Color Harmonies of #4019FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4019FF

Black with #4019FF

Text Example


Text Example

White with #4019FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4019FF; }

 p { color: rgb(64,25,255); }

 H1.HeaderClassName
 {
   color: #4019FF;
 }
 .AnyTagClassName
 {
   color: #4019FF;
 }
</style>

background-color css

<style>
 a { background-color: #4019FF; }

 a { background-color: rgb(64,25,255); }

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

border-color css

<style>
 span { border-color: #4019FF; }

 span { border-color: rgb(64,25,255); }

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