Html Css Color HEX #4019FB Han Purple

📋 copy color: '#4019FB'

red 64 ◦ green 25 ◦ blue 251

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

Shades of Han Purple #4019FB

Tints of Han Purple #4019FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.82%

R = 18.82%
G = 7.35%
B = 73.82%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4019FB (or 0x4019FB) is known color: Han Purple. HEX triplet: 40, 19 and FB. RGB value is (64,25,251). Sum of RGB (Red+Green+Blue) = 64+25+251=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #4019FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4019FB is #BFE604. Grayscale: #3D3D3D. Windows color (decimal): -12576261 or 16456000. OLE color: 16456000.

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

Color convert

RGB 64 25 251 -
CMYK 0.75 0.90 0 0.02
HSL 250.35º 0.97% 0.54% -
HSV(B) 250.35º 0.9% 0.98% -
XYZ 19.87 8.75 91.91 -
YUV 62.43 234.42 129.12 -
System Red Green Blue C M Y K H S L
Decimal 64 25 251 0.75 0.90 0 0.02 250.35 0.97 0.54
Hex 40 19 FB 4B 5A 0 2 FA 61 36
Octal 100 31 373 113 132 0 2 372 141 66
Binary 1000000 11001 11111011 1001011 1011010 0 10 11111010 1100001 110110

Color Harmonies of #4019FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4019FB

Black with #4019FB

Text Example


Text Example

White with #4019FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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