Html Css Color HEX #4D1971 Blue Diamond

📋 copy color: '#4D1971'

red 77 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #4D1971

Tints of Blue Diamond #4D1971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

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

R = 35.81%
G = 11.63%
B = 52.56%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D1971 (or 0x4D1971) is known color: Blue Diamond. HEX triplet: 4D, 19 and 71. RGB value is (77,25,113). Sum of RGB (Red+Green+Blue) = 77+25+113=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D1971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1971 is #B2E68E. Grayscale: #323232. Windows color (decimal): -11724431 or 7412045. OLE color: 7412045.

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

Color convert

RGB 77 25 113 -
CMYK 0.32 0.78 0 0.56
HSL 275.45º 0.64% 0.27% -
HSV(B) 275.45º 0.78% 0.44% -
XYZ 6.39 3.47 15.95 -
YUV 50.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 77 25 113 0.32 0.78 0 0.56 275.45 0.64 0.27
Hex 4D 19 71 20 4E 0 38 113 40 1B
Octal 115 31 161 40 116 0 70 423 100 33
Binary 1001101 11001 1110001 100000 1001110 0 111000 100010011 1000000 11011

Color Harmonies of #4D1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1971

Black with #4D1971

Text Example


Text Example

White with #4D1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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