Html Css Color HEX #4D1E71 Blue Diamond

📋 copy color: '#4D1E71'

red 77 ◦ green 30 ◦ blue 113

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

Shades of Blue Diamond #4D1E71

Tints of Blue Diamond #4D1E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 35%
G = 13.64%
B = 51.36%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D1E71 (or 0x4D1E71) is known color: Blue Diamond. HEX triplet: 4D, 1E and 71. RGB value is (77,30,113). Sum of RGB (Red+Green+Blue) = 77+30+113=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1E71 is #B2E18E. Grayscale: #353535. Windows color (decimal): -11723151 or 7413325. OLE color: 7413325.

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

Color convert

RGB 77 30 113 -
CMYK 0.32 0.73 0 0.56
HSL 273.98º 0.58% 0.28% -
HSV(B) 273.98º 0.73% 0.44% -
XYZ 6.51 3.7 15.99 -
YUV 53.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 77 30 113 0.32 0.73 0 0.56 273.98 0.58 0.28
Hex 4D 1E 71 20 49 0 38 112 3A 1C
Octal 115 36 161 40 111 0 70 422 72 34
Binary 1001101 11110 1110001 100000 1001001 0 111000 100010010 111010 11100

Color Harmonies of #4D1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1E71

Black with #4D1E71

Text Example


Text Example

White with #4D1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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