Html Css Color HEX #4017FA Han Purple

📋 copy color: '#4017FA'

red 64 ◦ green 23 ◦ blue 250

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

Shades of Han Purple #4017FA

Tints of Han Purple #4017FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 18.99%
G = 6.82%
B = 74.18%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4017FA (or 0x4017FA) is known color: Han Purple. HEX triplet: 40, 17 and FA. RGB value is (64,23,250). Sum of RGB (Red+Green+Blue) = 64+23+250=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4017FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4017FA is #BFE805. Grayscale: #3C3C3C. Windows color (decimal): -12576774 or 16389952. OLE color: 16389952.

HSL color Cylindrical-coordinate representation of color #4017FA: hue angle of 250.84º degrees, saturation: 0.96, 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 #4017FA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 23 250 -
CMYK 0.74 0.91 0 0.02
HSL 250.84º 0.96% 0.54% -
HSV(B) 250.84º 0.91% 0.98% -
XYZ 19.68 8.6 91.07 -
YUV 61.14 234.58 130.04 -
System Red Green Blue C M Y K H S L
Decimal 64 23 250 0.74 0.91 0 0.02 250.84 0.96 0.54
Hex 40 17 FA 4A 5B 0 2 FB 60 36
Octal 100 27 372 112 133 0 2 373 140 66
Binary 1000000 10111 11111010 1001010 1011011 0 10 11111011 1100000 110110

Color Harmonies of #4017FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4017FA

Black with #4017FA

Text Example


Text Example

White with #4017FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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