Html Css Color HEX #4112E7 Han Purple

📋 copy color: '#4112E7'

red 65 ◦ green 18 ◦ blue 231

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

Shades of Han Purple #4112E7

Tints of Han Purple #4112E7

RGB

 RED value IS 65 (25.78% from 255) = 20.7%

 GREEN value IS 18 (7.42% from 255) = 5.73%

 BLUE value IS 231 (90.63% from 255) = 73.57%

R = 20.7%
G = 5.73%
B = 73.57%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4112E7 (or 0x4112E7) is known color: Han Purple. HEX triplet: 41, 12 and E7. RGB value is (65,18,231). Sum of RGB (Red+Green+Blue) = 65+18+231=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 231 (90.62% from 255 or 73.57% from 314); Max value from RGB is 231 - color contains mainly: blue. Hex color #4112E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4112E7 is #BEED18. Grayscale: #373737. Windows color (decimal): -12512537 or 15143489. OLE color: 15143489.

HSL color Cylindrical-coordinate representation of color #4112E7: hue angle of 253.24º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4112E7 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 18 231 -
CMYK 0.72 0.92 0 0.09
HSL 253.24º 0.86% 0.49% -
HSV(B) 253.24º 0.92% 0.91% -
XYZ 16.82 7.33 76.13 -
YUV 56.34 226.57 134.18 -
System Red Green Blue C M Y K H S L
Decimal 65 18 231 0.72 0.92 0 0.09 253.24 0.86 0.49
Hex 41 12 E7 48 5C 0 9 FD 56 31
Octal 101 22 347 110 134 0 11 375 126 61
Binary 1000001 10010 11100111 1001000 1011100 0 1001 11111101 1010110 110001

Color Harmonies of #4112E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4112E7

Black with #4112E7

Text Example


Text Example

White with #4112E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4112E7; }

 p { color: rgb(65,18,231); }

 H1.HeaderClassName
 {
   color: #4112E7;
 }
 .AnyTagClassName
 {
   color: #4112E7;
 }
</style>

background-color css

<style>
 a { background-color: #4112E7; }

 a { background-color: rgb(65,18,231); }

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

border-color css

<style>
 span { border-color: #4112E7; }

 span { border-color: rgb(65,18,231); }

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