Html Css Color HEX #4010ED Han Purple

📋 copy color: '#4010ED'

red 64 ◦ green 16 ◦ blue 237

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

Shades of Han Purple #4010ED

Tints of Han Purple #4010ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.76%

R = 20.19%
G = 5.05%
B = 74.76%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4010ED (or 0x4010ED) is known color: Han Purple. HEX triplet: 40, 10 and ED. RGB value is (64,16,237). Sum of RGB (Red+Green+Blue) = 64+16+237=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #4010ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010ED is #BFEF12. Grayscale: #363636. Windows color (decimal): -12578579 or 15536192. OLE color: 15536192.

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

Color convert

RGB 64 16 237 -
CMYK 0.73 0.93 0 0.07
HSL 253.03º 0.87% 0.5% -
HSV(B) 253.03º 0.93% 0.93% -
XYZ 17.59 7.57 80.66 -
YUV 55.55 230.4 134.03 -
System Red Green Blue C M Y K H S L
Decimal 64 16 237 0.73 0.93 0 0.07 253.03 0.87 0.5
Hex 40 10 ED 49 5D 0 7 FD 57 32
Octal 100 20 355 111 135 0 7 375 127 62
Binary 1000000 10000 11101101 1001001 1011101 0 111 11111101 1010111 110010

Color Harmonies of #4010ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010ED

Black with #4010ED

Text Example


Text Example

White with #4010ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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