Html Css Color HEX #4013FD Han Purple

📋 copy color: '#4013FD'

red 64 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #4013FD

Tints of Han Purple #4013FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.3%

R = 19.05%
G = 5.65%
B = 75.3%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4013FD (or 0x4013FD) is known color: Han Purple. HEX triplet: 40, 13 and FD. RGB value is (64,19,253). Sum of RGB (Red+Green+Blue) = 64+19+253=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #4013FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4013FD is #BFEC02. Grayscale: #3A3A3A. Windows color (decimal): -12577795 or 16585536. OLE color: 16585536.

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

Color convert

RGB 64 19 253 -
CMYK 0.75 0.92 0 0.01
HSL 251.54º 0.98% 0.53% -
HSV(B) 251.54º 0.92% 0.99% -
XYZ 20.08 8.65 93.54 -
YUV 59.13 237.41 131.47 -
System Red Green Blue C M Y K H S L
Decimal 64 19 253 0.75 0.92 0 0.01 251.54 0.98 0.53
Hex 40 13 FD 4B 5C 0 1 FC 62 35
Octal 100 23 375 113 134 0 1 374 142 65
Binary 1000000 10011 11111101 1001011 1011100 0 1 11111100 1100010 110101

Color Harmonies of #4013FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4013FD

Black with #4013FD

Text Example


Text Example

White with #4013FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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