Html Css Color HEX #4010DF Han Purple

📋 copy color: '#4010DF'

red 64 ◦ green 16 ◦ blue 223

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

Shades of Han Purple #4010DF

Tints of Han Purple #4010DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.6%

R = 21.12%
G = 5.28%
B = 73.6%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4010DF (or 0x4010DF) is known color: Han Purple. HEX triplet: 40, 10 and DF. RGB value is (64,16,223). Sum of RGB (Red+Green+Blue) = 64+16+223=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #4010DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4010DF is #BFEF20. Grayscale: #353535. Windows color (decimal): -12578593 or 14618688. OLE color: 14618688.

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

Color convert

RGB 64 16 223 -
CMYK 0.71 0.93 0 0.13
HSL 253.91º 0.87% 0.47% -
HSV(B) 253.91º 0.93% 0.87% -
XYZ 15.62 6.79 70.3 -
YUV 53.95 223.4 135.17 -
System Red Green Blue C M Y K H S L
Decimal 64 16 223 0.71 0.93 0 0.13 253.91 0.87 0.47
Hex 40 10 DF 47 5D 0 D FE 57 2F
Octal 100 20 337 107 135 0 15 376 127 57
Binary 1000000 10000 11011111 1000111 1011101 0 1101 11111110 1010111 101111

Color Harmonies of #4010DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010DF

Black with #4010DF

Text Example


Text Example

White with #4010DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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