Html Css Color HEX #4010F6 Han Purple

📋 copy color: '#4010F6'

red 64 ◦ green 16 ◦ blue 246

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

Shades of Han Purple #4010F6

Tints of Han Purple #4010F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 75.46%

R = 19.63%
G = 4.91%
B = 75.46%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4010F6 (or 0x4010F6) is known color: Han Purple. HEX triplet: 40, 10 and F6. RGB value is (64,16,246). Sum of RGB (Red+Green+Blue) = 64+16+246=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 246 (96.48% from 255 or 75.46% from 326); Max value from RGB is 246 - color contains mainly: blue. Hex color #4010F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4010F6 is #BFEF09. Grayscale: #373737. Windows color (decimal): -12578570 or 16126016. OLE color: 16126016.

HSL color Cylindrical-coordinate representation of color #4010F6: hue angle of 252.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4010F6 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 16 246 -
CMYK 0.74 0.93 0 0.04
HSL 252.52º 0.93% 0.51% -
HSV(B) 252.52º 0.93% 0.96% -
XYZ 18.93 8.11 87.76 -
YUV 56.57 234.9 133.3 -
System Red Green Blue C M Y K H S L
Decimal 64 16 246 0.74 0.93 0 0.04 252.52 0.93 0.51
Hex 40 10 F6 4A 5D 0 4 FD 5D 33
Octal 100 20 366 112 135 0 4 375 135 63
Binary 1000000 10000 11110110 1001010 1011101 0 100 11111101 1011101 110011

Color Harmonies of #4010F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4010F6

Black with #4010F6

Text Example


Text Example

White with #4010F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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