Html Css Color HEX #4018FB Han Purple

📋 copy color: '#4018FB'

red 64 ◦ green 24 ◦ blue 251

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

Shades of Han Purple #4018FB

Tints of Han Purple #4018FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

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

R = 18.88%
G = 7.08%
B = 74.04%

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

#4018FB (or 0x4018FB) is known color: Han Purple. HEX triplet: 40, 18 and FB. RGB value is (64,24,251). Sum of RGB (Red+Green+Blue) = 64+24+251=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #4018FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4018FB is #BFE704. Grayscale: #3C3C3C. Windows color (decimal): -12576517 or 16455744. OLE color: 16455744.

HSL color Cylindrical-coordinate representation of color #4018FB: hue angle of 250.57º 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 #4018FB is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 24 251 -
CMYK 0.75 0.90 0 0.02
HSL 250.57º 0.97% 0.54% -
HSV(B) 250.57º 0.9% 0.98% -
XYZ 19.85 8.71 91.9 -
YUV 61.84 234.75 129.54 -
System Red Green Blue C M Y K H S L
Decimal 64 24 251 0.75 0.90 0 0.02 250.57 0.97 0.54
Hex 40 18 FB 4B 5A 0 2 FB 61 36
Octal 100 30 373 113 132 0 2 373 141 66
Binary 1000000 11000 11111011 1001011 1011010 0 10 11111011 1100001 110110

Color Harmonies of #4018FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4018FB

Black with #4018FB

Text Example


Text Example

White with #4018FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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