Html Css Color HEX #4D1F71 Blue Diamond

📋 copy color: '#4D1F71'

red 77 ◦ green 31 ◦ blue 113

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

Shades of Blue Diamond #4D1F71

Tints of Blue Diamond #4D1F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

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

R = 34.84%
G = 14.03%
B = 51.13%

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

#4D1F71 (or 0x4D1F71) is known color: Blue Diamond. HEX triplet: 4D, 1F and 71. RGB value is (77,31,113). Sum of RGB (Red+Green+Blue) = 77+31+113=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1F71 is #B2E08E. Grayscale: #353535. Windows color (decimal): -11722895 or 7413581. OLE color: 7413581.

HSL color Cylindrical-coordinate representation of color #4D1F71: hue angle of 273.66º degrees, saturation: 0.57, 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 #4D1F71 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 31 113 -
CMYK 0.32 0.73 0 0.56
HSL 273.66º 0.57% 0.28% -
HSV(B) 273.66º 0.73% 0.44% -
XYZ 6.53 3.75 16 -
YUV 54.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 77 31 113 0.32 0.73 0 0.56 273.66 0.57 0.28
Hex 4D 1F 71 20 49 0 38 112 39 1C
Octal 115 37 161 40 111 0 70 422 71 34
Binary 1001101 11111 1110001 100000 1001001 0 111000 100010010 111001 11100

Color Harmonies of #4D1F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F71

Black with #4D1F71

Text Example


Text Example

White with #4D1F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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