Html Css Color HEX #4D1E6E Blue Diamond

📋 copy color: '#4D1E6E'

red 77 ◦ green 30 ◦ blue 110

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

Shades of Blue Diamond #4D1E6E

Tints of Blue Diamond #4D1E6E

RGB

 RED value IS 77 (30.47% from 255) = 35.48%

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 110 (43.36% from 255) = 50.69%

R = 35.48%
G = 13.82%
B = 50.69%

CMYK

 C value IS 0.3

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D1E6E (or 0x4D1E6E) is known color: Blue Diamond. HEX triplet: 4D, 1E and 6E. RGB value is (77,30,110). Sum of RGB (Red+Green+Blue) = 77+30+110=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D1E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1E6E is #B2E191. Grayscale: #343434. Windows color (decimal): -11723154 or 7216717. OLE color: 7216717.

HSL color Cylindrical-coordinate representation of color #4D1E6E: hue angle of 275.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D1E6E is Cyan = 0.3, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 30 110 -
CMYK 0.3 0.73 0 0.57
HSL 275.25º 0.57% 0.27% -
HSV(B) 275.25º 0.73% 0.43% -
XYZ 6.34 3.63 15.12 -
YUV 53.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 77 30 110 0.3 0.73 0 0.57 275.25 0.57 0.27
Hex 4D 1E 6E 1E 49 0 39 113 39 1B
Octal 115 36 156 36 111 0 71 423 71 33
Binary 1001101 11110 1101110 11110 1001001 0 111001 100010011 111001 11011

Color Harmonies of #4D1E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E6E

Black with #4D1E6E

Text Example


Text Example

White with #4D1E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,30,110); }

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

background-color css

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

 a { background-color: rgb(77,30,110); }

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

border-color css

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

 span { border-color: rgb(77,30,110); }

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