Html Css Color HEX #4F1971 Blue Diamond

📋 copy color: '#4F1971'

red 79 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #4F1971

Tints of Blue Diamond #4F1971

RGB

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

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

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

R = 36.41%
G = 11.52%
B = 52.07%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F1971 (or 0x4F1971) is known color: Blue Diamond. HEX triplet: 4F, 19 and 71. RGB value is (79,25,113). Sum of RGB (Red+Green+Blue) = 79+25+113=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 25 (10.16% from 255 or 11.52% 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 #4F1971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1971 is #B0E68E. Grayscale: #323232. Windows color (decimal): -11593359 or 7412047. OLE color: 7412047.

HSL color Cylindrical-coordinate representation of color #4F1971: hue angle of 276.82º 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 #4F1971 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 25 113 -
CMYK 0.30 0.78 0 0.56
HSL 276.82º 0.64% 0.27% -
HSV(B) 276.82º 0.78% 0.44% -
XYZ 6.55 3.55 15.96 -
YUV 51.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 79 25 113 0.30 0.78 0 0.56 276.82 0.64 0.27
Hex 4F 19 71 1E 4E 0 38 115 40 1B
Octal 117 31 161 36 116 0 70 425 100 33
Binary 1001111 11001 1110001 11110 1001110 0 111000 100010101 1000000 11011

Color Harmonies of #4F1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1971

Black with #4F1971

Text Example


Text Example

White with #4F1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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