Html Css Color HEX #4010FD Han Purple

📋 copy color: '#4010FD'

red 64 ◦ green 16 ◦ blue 253

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

Shades of Han Purple #4010FD

Tints of Han Purple #4010FD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

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

R = 19.22%
G = 4.8%
B = 75.98%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4010FD (or 0x4010FD) is known color: Han Purple. HEX triplet: 40, 10 and FD. RGB value is (64,16,253). Sum of RGB (Red+Green+Blue) = 64+16+253=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #4010FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010FD is #BFEF02. Grayscale: #383838. Windows color (decimal): -12578563 or 16584768. OLE color: 16584768.

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

Color convert

RGB 64 16 253 -
CMYK 0.75 0.94 0 0.01
HSL 252.15º 0.98% 0.53% -
HSV(B) 252.15º 0.94% 0.99% -
XYZ 20.03 8.55 93.52 -
YUV 57.37 238.4 132.73 -
System Red Green Blue C M Y K H S L
Decimal 64 16 253 0.75 0.94 0 0.01 252.15 0.98 0.53
Hex 40 10 FD 4B 5E 0 1 FC 62 35
Octal 100 20 375 113 136 0 1 374 142 65
Binary 1000000 10000 11111101 1001011 1011110 0 1 11111100 1100010 110101

Color Harmonies of #4010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010FD

Black with #4010FD

Text Example


Text Example

White with #4010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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