Html Css Color HEX #4E2BDD Han Purple

📋 copy color: '#4E2BDD'

red 78 ◦ green 43 ◦ blue 221

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

Shades of Han Purple #4E2BDD

Tints of Han Purple #4E2BDD

RGB

 RED value IS 78 (30.86% from 255) = 22.81%

 GREEN value IS 43 (17.19% from 255) = 12.57%

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 22.81%
G = 12.57%
B = 64.62%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E2BDD (or 0x4E2BDD) is known color: Han Purple. HEX triplet: 4E, 2B and DD. RGB value is (78,43,221). Sum of RGB (Red+Green+Blue) = 78+43+221=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E2BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2BDD is #B1D422. Grayscale: #494949. Windows color (decimal): -11654179 or 14494542. OLE color: 14494542.

HSL color Cylindrical-coordinate representation of color #4E2BDD: hue angle of 251.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E2BDD is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 43 221 -
CMYK 0.65 0.81 0 0.13
HSL 251.8º 0.72% 0.52% -
HSV(B) 251.8º 0.81% 0.87% -
XYZ 17.06 8.57 69.16 -
YUV 73.76 211.1 131.03 -
System Red Green Blue C M Y K H S L
Decimal 78 43 221 0.65 0.81 0 0.13 251.8 0.72 0.52
Hex 4E 2B DD 41 51 0 D FC 48 34
Octal 116 53 335 101 121 0 15 374 110 64
Binary 1001110 101011 11011101 1000001 1010001 0 1101 11111100 1001000 110100

Color Harmonies of #4E2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2BDD

Black with #4E2BDD

Text Example


Text Example

White with #4E2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,43,221); }

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

background-color css

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

 a { background-color: rgb(78,43,221); }

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

border-color css

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

 span { border-color: rgb(78,43,221); }

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