Html Css Color HEX #4F1771 Blue Diamond

📋 copy color: '#4F1771'

red 79 ◦ green 23 ◦ blue 113

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

Shades of Blue Diamond #4F1771

Tints of Blue Diamond #4F1771

RGB

 RED value IS 79 (31.25% from 255) = 36.74%

 GREEN value IS 23 (9.38% from 255) = 10.7%

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

R = 36.74%
G = 10.7%
B = 52.56%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F1771 (or 0x4F1771) is known color: Blue Diamond. HEX triplet: 4F, 17 and 71. RGB value is (79,23,113). Sum of RGB (Red+Green+Blue) = 79+23+113=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 23 (9.38% from 255 or 10.70% 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 #4F1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1771 is #B0E88E. Grayscale: #313131. Windows color (decimal): -11593871 or 7411535. OLE color: 7411535.

HSL color Cylindrical-coordinate representation of color #4F1771: hue angle of 277.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1771 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 23 113 -
CMYK 0.30 0.80 0 0.56
HSL 277.33º 0.66% 0.27% -
HSV(B) 277.33º 0.8% 0.44% -
XYZ 6.51 3.47 15.95 -
YUV 50 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 79 23 113 0.30 0.80 0 0.56 277.33 0.66 0.27
Hex 4F 17 71 1E 50 0 38 115 42 1B
Octal 117 27 161 36 120 0 70 425 102 33
Binary 1001111 10111 1110001 11110 1010000 0 111000 100010101 1000010 11011

Color Harmonies of #4F1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1771

Black with #4F1771

Text Example


Text Example

White with #4F1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,113); }

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

background-color css

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

 a { background-color: rgb(79,23,113); }

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

border-color css

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

 span { border-color: rgb(79,23,113); }

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