Html Css Color HEX #4B2EE0 Han Purple

📋 copy color: '#4B2EE0'

red 75 ◦ green 46 ◦ blue 224

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

Shades of Han Purple #4B2EE0

Tints of Han Purple #4B2EE0

RGB

 RED value IS 75 (29.69% from 255) = 21.74%

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 224 (87.89% from 255) = 64.93%

R = 21.74%
G = 13.33%
B = 64.93%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4B2EE0 (or 0x4B2EE0) is known color: Han Purple. HEX triplet: 4B, 2E and E0. RGB value is (75,46,224). Sum of RGB (Red+Green+Blue) = 75+46+224=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 224 (87.89% from 255 or 64.93% from 345); Max value from RGB is 224 - color contains mainly: blue. Hex color #4B2EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EE0 is #B4D11F. Grayscale: #4A4A4A. Windows color (decimal): -11850016 or 14691915. OLE color: 14691915.

HSL color Cylindrical-coordinate representation of color #4B2EE0: hue angle of 249.78º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2EE0 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 46 224 -
CMYK 0.67 0.79 0 0.12
HSL 249.78º 0.74% 0.53% -
HSV(B) 249.78º 0.79% 0.88% -
XYZ 17.33 8.83 71.31 -
YUV 74.96 212.11 128.03 -
System Red Green Blue C M Y K H S L
Decimal 75 46 224 0.67 0.79 0 0.12 249.78 0.74 0.53
Hex 4B 2E E0 43 4F 0 C FA 4A 35
Octal 113 56 340 103 117 0 14 372 112 65
Binary 1001011 101110 11100000 1000011 1001111 0 1100 11111010 1001010 110101

Color Harmonies of #4B2EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2EE0

Black with #4B2EE0

Text Example


Text Example

White with #4B2EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2EE0; }

 p { color: rgb(75,46,224); }

 H1.HeaderClassName
 {
   color: #4B2EE0;
 }
 .AnyTagClassName
 {
   color: #4B2EE0;
 }
</style>

background-color css

<style>
 a { background-color: #4B2EE0; }

 a { background-color: rgb(75,46,224); }

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

border-color css

<style>
 span { border-color: #4B2EE0; }

 span { border-color: rgb(75,46,224); }

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