Html Css Color HEX #4D1F6E Blue Diamond

📋 copy color: '#4D1F6E'

red 77 ◦ green 31 ◦ blue 110

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

Shades of Blue Diamond #4D1F6E

Tints of Blue Diamond #4D1F6E

RGB

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

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

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

R = 35.32%
G = 14.22%
B = 50.46%

CMYK

 C value IS 0.3

 M value IS 0.72

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D1F6E (or 0x4D1F6E) is known color: Blue Diamond. HEX triplet: 4D, 1F and 6E. RGB value is (77,31,110). Sum of RGB (Red+Green+Blue) = 77+31+110=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D1F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D1F6E is #B2E091. Grayscale: #353535. Windows color (decimal): -11722898 or 7216973. OLE color: 7216973.

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

Color convert

RGB 77 31 110 -
CMYK 0.3 0.72 0 0.57
HSL 274.94º 0.56% 0.28% -
HSV(B) 274.94º 0.72% 0.43% -
XYZ 6.37 3.68 15.13 -
YUV 53.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 77 31 110 0.3 0.72 0 0.57 274.94 0.56 0.28
Hex 4D 1F 6E 1E 48 0 39 113 38 1C
Octal 115 37 156 36 110 0 71 423 70 34
Binary 1001101 11111 1101110 11110 1001000 0 111001 100010011 111000 11100

Color Harmonies of #4D1F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F6E

Black with #4D1F6E

Text Example


Text Example

White with #4D1F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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