Html Css Color HEX #4D197D Blue Diamond

📋 copy color: '#4D197D'

red 77 ◦ green 25 ◦ blue 125

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

Shades of Blue Diamond #4D197D

Tints of Blue Diamond #4D197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 33.92%
G = 11.01%
B = 55.07%

CMYK

 C value IS 0.38

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D197D (or 0x4D197D) is known color: Blue Diamond. HEX triplet: 4D, 19 and 7D. RGB value is (77,25,125). Sum of RGB (Red+Green+Blue) = 77+25+125=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D197D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D197D is #B2E682. Grayscale: #333333. Windows color (decimal): -11724419 or 8198477. OLE color: 8198477.

HSL color Cylindrical-coordinate representation of color #4D197D: hue angle of 271.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D197D is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 25 125 -
CMYK 0.38 0.8 0 0.51
HSL 271.2º 0.67% 0.29% -
HSV(B) 271.2º 0.8% 0.49% -
XYZ 7.11 3.75 19.75 -
YUV 51.95 169.23 145.87 -
System Red Green Blue C M Y K H S L
Decimal 77 25 125 0.38 0.8 0 0.51 271.2 0.67 0.29
Hex 4D 19 7D 26 50 0 33 10F 43 1D
Octal 115 31 175 46 120 0 63 417 103 35
Binary 1001101 11001 1111101 100110 1010000 0 110011 100001111 1000011 11101

Color Harmonies of #4D197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D197D

Black with #4D197D

Text Example


Text Example

White with #4D197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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