Html Css Color HEX #4E257D Blue Diamond

📋 copy color: '#4E257D'

red 78 ◦ green 37 ◦ blue 125

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

Shades of Blue Diamond #4E257D

Tints of Blue Diamond #4E257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 32.5%
G = 15.42%
B = 52.08%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E257D (or 0x4E257D) is known color: Blue Diamond. HEX triplet: 4E, 25 and 7D. RGB value is (78,37,125). Sum of RGB (Red+Green+Blue) = 78+37+125=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E257D is #B1DA82. Grayscale: #3A3A3A. Windows color (decimal): -11655811 or 8201550. OLE color: 8201550.

HSL color Cylindrical-coordinate representation of color #4E257D: hue angle of 267.95º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E257D is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 37 125 -
CMYK 0.38 0.70 0 0.51
HSL 267.95º 0.54% 0.32% -
HSV(B) 267.95º 0.7% 0.49% -
XYZ 7.51 4.42 19.86 -
YUV 59.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 78 37 125 0.38 0.70 0 0.51 267.95 0.54 0.32
Hex 4E 25 7D 26 46 0 33 10C 36 20
Octal 116 45 175 46 106 0 63 414 66 40
Binary 1001110 100101 1111101 100110 1000110 0 110011 100001100 110110 100000

Color Harmonies of #4E257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E257D

Black with #4E257D

Text Example


Text Example

White with #4E257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,125); }

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

background-color css

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

 a { background-color: rgb(78,37,125); }

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

border-color css

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

 span { border-color: rgb(78,37,125); }

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