Html Css Color HEX #4011F6 Han Purple

📋 copy color: '#4011F6'

red 64 ◦ green 17 ◦ blue 246

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

Shades of Han Purple #4011F6

Tints of Han Purple #4011F6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

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

R = 19.57%
G = 5.2%
B = 75.23%

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

#4011F6 (or 0x4011F6) is known color: Han Purple. HEX triplet: 40, 11 and F6. RGB value is (64,17,246). Sum of RGB (Red+Green+Blue) = 64+17+246=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 246 (96.48% from 255 or 75.23% from 327); Max value from RGB is 246 - color contains mainly: blue. Hex color #4011F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4011F6 is #BFEE09. Grayscale: #383838. Windows color (decimal): -12578314 or 16126272. OLE color: 16126272.

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

Color convert

RGB 64 17 246 -
CMYK 0.74 0.93 0 0.04
HSL 252.31º 0.93% 0.52% -
HSV(B) 252.31º 0.93% 0.96% -
XYZ 18.95 8.14 87.76 -
YUV 57.16 234.57 132.88 -
System Red Green Blue C M Y K H S L
Decimal 64 17 246 0.74 0.93 0 0.04 252.31 0.93 0.52
Hex 40 11 F6 4A 5D 0 4 FC 5D 34
Octal 100 21 366 112 135 0 4 374 135 64
Binary 1000000 10001 11110110 1001010 1011101 0 100 11111100 1011101 110100

Color Harmonies of #4011F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4011F6

Black with #4011F6

Text Example


Text Example

White with #4011F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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