Html Css Color HEX #4016FA Han Purple

📋 copy color: '#4016FA'

red 64 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #4016FA

Tints of Han Purple #4016FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.55%

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

R = 19.05%
G = 6.55%
B = 74.4%

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

#4016FA (or 0x4016FA) is known color: Han Purple. HEX triplet: 40, 16 and FA. RGB value is (64,22,250). Sum of RGB (Red+Green+Blue) = 64+22+250=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 22 (8.98% from 255 or 6.55% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #4016FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4016FA is #BFE905. Grayscale: #3B3B3B. Windows color (decimal): -12577030 or 16389696. OLE color: 16389696.

HSL color Cylindrical-coordinate representation of color #4016FA: hue angle of 251.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4016FA is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 22 250 -
CMYK 0.74 0.91 0 0.02
HSL 251.05º 0.96% 0.53% -
HSV(B) 251.05º 0.91% 0.98% -
XYZ 19.66 8.57 91.06 -
YUV 60.55 234.91 130.46 -
System Red Green Blue C M Y K H S L
Decimal 64 22 250 0.74 0.91 0 0.02 251.05 0.96 0.53
Hex 40 16 FA 4A 5B 0 2 FB 60 35
Octal 100 26 372 112 133 0 2 373 140 65
Binary 1000000 10110 11111010 1001010 1011011 0 10 11111011 1100000 110101

Color Harmonies of #4016FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4016FA

Black with #4016FA

Text Example


Text Example

White with #4016FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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