Html Css Color HEX #4017FB Han Purple

📋 copy color: '#4017FB'

red 64 ◦ green 23 ◦ blue 251

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

Shades of Han Purple #4017FB

Tints of Han Purple #4017FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

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

R = 18.93%
G = 6.8%
B = 74.26%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4017FB (or 0x4017FB) is known color: Han Purple. HEX triplet: 40, 17 and FB. RGB value is (64,23,251). Sum of RGB (Red+Green+Blue) = 64+23+251=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #4017FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017FB is #BFE804. Grayscale: #3C3C3C. Windows color (decimal): -12576773 or 16455488. OLE color: 16455488.

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

Color convert

RGB 64 23 251 -
CMYK 0.75 0.91 0 0.02
HSL 250.79º 0.97% 0.54% -
HSV(B) 250.79º 0.91% 0.98% -
XYZ 19.83 8.67 91.89 -
YUV 61.25 235.08 129.96 -
System Red Green Blue C M Y K H S L
Decimal 64 23 251 0.75 0.91 0 0.02 250.79 0.97 0.54
Hex 40 17 FB 4B 5B 0 2 FB 61 36
Octal 100 27 373 113 133 0 2 373 141 66
Binary 1000000 10111 11111011 1001011 1011011 0 10 11111011 1100001 110110

Color Harmonies of #4017FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017FB

Black with #4017FB

Text Example


Text Example

White with #4017FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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