Html Css Color HEX #4121EB Han Purple

📋 copy color: '#4121EB'

red 65 ◦ green 33 ◦ blue 235

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

Shades of Han Purple #4121EB

Tints of Han Purple #4121EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.57%

R = 19.52%
G = 9.91%
B = 70.57%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4121EB (or 0x4121EB) is known color: Han Purple. HEX triplet: 41, 21 and EB. RGB value is (65,33,235). Sum of RGB (Red+Green+Blue) = 65+33+235=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #4121EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4121EB is #BEDE14. Grayscale: #404040. Windows color (decimal): -12508693 or 15409473. OLE color: 15409473.

HSL color Cylindrical-coordinate representation of color #4121EB: hue angle of 249.5º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4121EB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 33 235 -
CMYK 0.72 0.86 0 0.08
HSL 249.5º 0.83% 0.53% -
HSV(B) 249.5º 0.86% 0.92% -
XYZ 17.72 8.21 79.25 -
YUV 65.6 223.6 127.57 -
System Red Green Blue C M Y K H S L
Decimal 65 33 235 0.72 0.86 0 0.08 249.5 0.83 0.53
Hex 41 21 EB 48 56 0 8 FA 53 35
Octal 101 41 353 110 126 0 10 372 123 65
Binary 1000001 100001 11101011 1001000 1010110 0 1000 11111010 1010011 110101

Color Harmonies of #4121EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4121EB

Black with #4121EB

Text Example


Text Example

White with #4121EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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