Html Css Color HEX #4115EF Han Purple

📋 copy color: '#4115EF'

red 65 ◦ green 21 ◦ blue 239

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

Shades of Han Purple #4115EF

Tints of Han Purple #4115EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.46%

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 20%
G = 6.46%
B = 73.54%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4115EF (or 0x4115EF) is known color: Han Purple. HEX triplet: 41, 15 and EF. RGB value is (65,21,239). Sum of RGB (Red+Green+Blue) = 65+21+239=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #4115EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4115EF is #BEEA10. Grayscale: #3A3A3A. Windows color (decimal): -12511761 or 15668545. OLE color: 15668545.

HSL color Cylindrical-coordinate representation of color #4115EF: hue angle of 252.11º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4115EF is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 21 239 -
CMYK 0.73 0.91 0 0.06
HSL 252.11º 0.87% 0.51% -
HSV(B) 252.11º 0.91% 0.94% -
XYZ 18.03 7.89 82.23 -
YUV 59.01 229.58 132.27 -
System Red Green Blue C M Y K H S L
Decimal 65 21 239 0.73 0.91 0 0.06 252.11 0.87 0.51
Hex 41 15 EF 49 5B 0 6 FC 57 33
Octal 101 25 357 111 133 0 6 374 127 63
Binary 1000001 10101 11101111 1001001 1011011 0 110 11111100 1010111 110011

Color Harmonies of #4115EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115EF

Black with #4115EF

Text Example


Text Example

White with #4115EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4115EF; }

 p { color: rgb(65,21,239); }

 H1.HeaderClassName
 {
   color: #4115EF;
 }
 .AnyTagClassName
 {
   color: #4115EF;
 }
</style>

background-color css

<style>
 a { background-color: #4115EF; }

 a { background-color: rgb(65,21,239); }

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

border-color css

<style>
 span { border-color: #4115EF; }

 span { border-color: rgb(65,21,239); }

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