Html Css Color HEX #4017FC Han Purple

📋 copy color: '#4017FC'

red 64 ◦ green 23 ◦ blue 252

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

Shades of Han Purple #4017FC

Tints of Han Purple #4017FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.34%

R = 18.88%
G = 6.78%
B = 74.34%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4017FC (or 0x4017FC) is known color: Han Purple. HEX triplet: 40, 17 and FC. RGB value is (64,23,252). Sum of RGB (Red+Green+Blue) = 64+23+252=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #4017FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017FC is #BFE803. Grayscale: #3C3C3C. Windows color (decimal): -12576772 or 16521024. OLE color: 16521024.

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

Color convert

RGB 64 23 252 -
CMYK 0.75 0.91 0 0.01
HSL 250.74º 0.97% 0.54% -
HSV(B) 250.74º 0.91% 0.99% -
XYZ 19.99 8.73 92.73 -
YUV 61.37 235.58 129.88 -
System Red Green Blue C M Y K H S L
Decimal 64 23 252 0.75 0.91 0 0.01 250.74 0.97 0.54
Hex 40 17 FC 4B 5B 0 1 FB 61 36
Octal 100 27 374 113 133 0 1 373 141 66
Binary 1000000 10111 11111100 1001011 1011011 0 1 11111011 1100001 110110

Color Harmonies of #4017FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017FC

Black with #4017FC

Text Example


Text Example

White with #4017FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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