Html Css Color HEX #4013FB Han Purple

📋 copy color: '#4013FB'

red 64 ◦ green 19 ◦ blue 251

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

Shades of Han Purple #4013FB

Tints of Han Purple #4013FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 19.16%
G = 5.69%
B = 75.15%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4013FB (or 0x4013FB) is known color: Han Purple. HEX triplet: 40, 13 and FB. RGB value is (64,19,251). Sum of RGB (Red+Green+Blue) = 64+19+251=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #4013FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4013FB is #BFEC04. Grayscale: #3A3A3A. Windows color (decimal): -12577797 or 16454464. OLE color: 16454464.

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

Color convert

RGB 64 19 251 -
CMYK 0.75 0.92 0 0.02
HSL 251.64º 0.97% 0.53% -
HSV(B) 251.64º 0.92% 0.98% -
XYZ 19.76 8.52 91.87 -
YUV 58.9 236.41 131.64 -
System Red Green Blue C M Y K H S L
Decimal 64 19 251 0.75 0.92 0 0.02 251.64 0.97 0.53
Hex 40 13 FB 4B 5C 0 2 FC 61 35
Octal 100 23 373 113 134 0 2 374 141 65
Binary 1000000 10011 11111011 1001011 1011100 0 10 11111100 1100001 110101

Color Harmonies of #4013FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013FB

Black with #4013FB

Text Example


Text Example

White with #4013FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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