Html Css Color HEX #4E2280 Blue Diamond

📋 copy color: '#4E2280'

red 78 ◦ green 34 ◦ blue 128

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

Shades of Blue Diamond #4E2280

Tints of Blue Diamond #4E2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.17%

 BLUE value IS 128 (50.39% from 255) = 53.33%

R = 32.5%
G = 14.17%
B = 53.33%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E2280 (or 0x4E2280) is known color: Blue Diamond. HEX triplet: 4E, 22 and 80. RGB value is (78,34,128). Sum of RGB (Red+Green+Blue) = 78+34+128=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E2280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2280 is #B1DD7F. Grayscale: #393939. Windows color (decimal): -11656576 or 8397390. OLE color: 8397390.

HSL color Cylindrical-coordinate representation of color #4E2280: hue angle of 268.09º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E2280 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 34 128 -
CMYK 0.39 0.73 0 0.50
HSL 268.09º 0.58% 0.32% -
HSV(B) 268.09º 0.73% 0.5% -
XYZ 7.61 4.32 20.86 -
YUV 57.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 78 34 128 0.39 0.73 0 0.50 268.09 0.58 0.32
Hex 4E 22 80 27 49 0 32 10C 3A 20
Octal 116 42 200 47 111 0 62 414 72 40
Binary 1001110 100010 10000000 100111 1001001 0 110010 100001100 111010 100000

Color Harmonies of #4E2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2280

Black with #4E2280

Text Example


Text Example

White with #4E2280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,128); }

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

background-color css

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

 a { background-color: rgb(78,34,128); }

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

border-color css

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

 span { border-color: rgb(78,34,128); }

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