Html Css Color HEX #4010F0 Han Purple

📋 copy color: '#4010F0'

red 64 ◦ green 16 ◦ blue 240

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

Shades of Han Purple #4010F0

Tints of Han Purple #4010F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 75%

R = 20%
G = 5%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4010F0 (or 0x4010F0) is known color: Han Purple. HEX triplet: 40, 10 and F0. RGB value is (64,16,240). Sum of RGB (Red+Green+Blue) = 64+16+240=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 240 (94.14% from 255 or 75% from 320); Max value from RGB is 240 - color contains mainly: blue. Hex color #4010F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010F0 is #BFEF0F. Grayscale: #373737. Windows color (decimal): -12578576 or 15732800. OLE color: 15732800.

HSL color Cylindrical-coordinate representation of color #4010F0: hue angle of 252.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4010F0 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 16 240 -
CMYK 0.73 0.93 0 0.06
HSL 252.86º 0.88% 0.5% -
HSV(B) 252.86º 0.93% 0.94% -
XYZ 18.03 7.75 82.98 -
YUV 55.89 231.9 133.79 -
System Red Green Blue C M Y K H S L
Decimal 64 16 240 0.73 0.93 0 0.06 252.86 0.88 0.5
Hex 40 10 F0 49 5D 0 6 FD 58 32
Octal 100 20 360 111 135 0 6 375 130 62
Binary 1000000 10000 11110000 1001001 1011101 0 110 11111101 1011000 110010

Color Harmonies of #4010F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010F0

Black with #4010F0

Text Example


Text Example

White with #4010F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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