Html Css Color HEX #4B2EDC Han Purple

📋 copy color: '#4B2EDC'

red 75 ◦ green 46 ◦ blue 220

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

Shades of Han Purple #4B2EDC

Tints of Han Purple #4B2EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 64.52%

R = 21.99%
G = 13.49%
B = 64.52%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B2EDC (or 0x4B2EDC) is known color: Han Purple. HEX triplet: 4B, 2E and DC. RGB value is (75,46,220). Sum of RGB (Red+Green+Blue) = 75+46+220=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B2EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EDC is #B4D123. Grayscale: #494949. Windows color (decimal): -11850020 or 14429771. OLE color: 14429771.

HSL color Cylindrical-coordinate representation of color #4B2EDC: hue angle of 250º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B2EDC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 46 220 -
CMYK 0.66 0.79 0 0.14
HSL 250º 0.71% 0.52% -
HSV(B) 250º 0.79% 0.86% -
XYZ 16.8 8.62 68.49 -
YUV 74.51 210.11 128.35 -
System Red Green Blue C M Y K H S L
Decimal 75 46 220 0.66 0.79 0 0.14 250 0.71 0.52
Hex 4B 2E DC 42 4F 0 E FA 47 34
Octal 113 56 334 102 117 0 16 372 107 64
Binary 1001011 101110 11011100 1000010 1001111 0 1110 11111010 1000111 110100

Color Harmonies of #4B2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2EDC

Black with #4B2EDC

Text Example


Text Example

White with #4B2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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