Html Css Color HEX #4D1B71 Blue Diamond

📋 copy color: '#4D1B71'

red 77 ◦ green 27 ◦ blue 113

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

Shades of Blue Diamond #4D1B71

Tints of Blue Diamond #4D1B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.44%

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

R = 35.48%
G = 12.44%
B = 52.07%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D1B71 (or 0x4D1B71) is known color: Blue Diamond. HEX triplet: 4D, 1B and 71. RGB value is (77,27,113). Sum of RGB (Red+Green+Blue) = 77+27+113=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1B71 is #B2E48E. Grayscale: #333333. Windows color (decimal): -11723919 or 7412557. OLE color: 7412557.

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

Color convert

RGB 77 27 113 -
CMYK 0.32 0.76 0 0.56
HSL 274.88º 0.61% 0.27% -
HSV(B) 274.88º 0.76% 0.44% -
XYZ 6.43 3.55 15.97 -
YUV 51.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 77 27 113 0.32 0.76 0 0.56 274.88 0.61 0.27
Hex 4D 1B 71 20 4C 0 38 113 3D 1B
Octal 115 33 161 40 114 0 70 423 75 33
Binary 1001101 11011 1110001 100000 1001100 0 111000 100010011 111101 11011

Color Harmonies of #4D1B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B71

Black with #4D1B71

Text Example


Text Example

White with #4D1B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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