Html Css Color HEX #4F1E71 Blue Diamond

📋 copy color: '#4F1E71'

red 79 ◦ green 30 ◦ blue 113

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

Shades of Blue Diamond #4F1E71

Tints of Blue Diamond #4F1E71

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.51%

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

R = 35.59%
G = 13.51%
B = 50.9%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F1E71 (or 0x4F1E71) is known color: Blue Diamond. HEX triplet: 4F, 1E and 71. RGB value is (79,30,113). Sum of RGB (Red+Green+Blue) = 79+30+113=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F1E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1E71 is #B0E18E. Grayscale: #353535. Windows color (decimal): -11592079 or 7413327. OLE color: 7413327.

HSL color Cylindrical-coordinate representation of color #4F1E71: hue angle of 275.42º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1E71 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 30 113 -
CMYK 0.30 0.73 0 0.56
HSL 275.42º 0.58% 0.28% -
HSV(B) 275.42º 0.73% 0.44% -
XYZ 6.67 3.78 16 -
YUV 54.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 79 30 113 0.30 0.73 0 0.56 275.42 0.58 0.28
Hex 4F 1E 71 1E 49 0 38 113 3A 1C
Octal 117 36 161 36 111 0 70 423 72 34
Binary 1001111 11110 1110001 11110 1001001 0 111000 100010011 111010 11100

Color Harmonies of #4F1E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E71

Black with #4F1E71

Text Example


Text Example

White with #4F1E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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