Html Css Color HEX #4121F0 Han Purple

📋 copy color: '#4121F0'

red 65 ◦ green 33 ◦ blue 240

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

Shades of Han Purple #4121F0

Tints of Han Purple #4121F0

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

 BLUE value IS 240 (94.14% from 255) = 71.01%

R = 19.23%
G = 9.76%
B = 71.01%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4121F0 (or 0x4121F0) is known color: Han Purple. HEX triplet: 41, 21 and F0. RGB value is (65,33,240). Sum of RGB (Red+Green+Blue) = 65+33+240=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #4121F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4121F0 is #BEDE0F. Grayscale: #414141. Windows color (decimal): -12508688 or 15737153. OLE color: 15737153.

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

Color convert

RGB 65 33 240 -
CMYK 0.73 0.86 0 0.06
HSL 249.28º 0.87% 0.54% -
HSV(B) 249.28º 0.86% 0.94% -
XYZ 18.45 8.5 83.11 -
YUV 66.17 226.1 127.17 -
System Red Green Blue C M Y K H S L
Decimal 65 33 240 0.73 0.86 0 0.06 249.28 0.87 0.54
Hex 41 21 F0 49 56 0 6 F9 57 36
Octal 101 41 360 111 126 0 6 371 127 66
Binary 1000001 100001 11110000 1001001 1010110 0 110 11111001 1010111 110110

Color Harmonies of #4121F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4121F0

Black with #4121F0

Text Example


Text Example

White with #4121F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4121F0; }

 p { color: rgb(65,33,240); }

 H1.HeaderClassName
 {
   color: #4121F0;
 }
 .AnyTagClassName
 {
   color: #4121F0;
 }
</style>

background-color css

<style>
 a { background-color: #4121F0; }

 a { background-color: rgb(65,33,240); }

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

border-color css

<style>
 span { border-color: #4121F0; }

 span { border-color: rgb(65,33,240); }

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