Html Css Color HEX #4F2371 Blue Diamond

📋 copy color: '#4F2371'

red 79 ◦ green 35 ◦ blue 113

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

Shades of Blue Diamond #4F2371

Tints of Blue Diamond #4F2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 34.8%
G = 15.42%
B = 49.78%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F2371 (or 0x4F2371) is known color: Blue Diamond. HEX triplet: 4F, 23 and 71. RGB value is (79,35,113). Sum of RGB (Red+Green+Blue) = 79+35+113=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F2371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2371 is #B0DC8E. Grayscale: #383838. Windows color (decimal): -11590799 or 7414607. OLE color: 7414607.

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

Color convert

RGB 79 35 113 -
CMYK 0.30 0.69 0 0.56
HSL 273.85º 0.53% 0.29% -
HSV(B) 273.85º 0.69% 0.44% -
XYZ 6.81 4.06 16.05 -
YUV 57.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 79 35 113 0.30 0.69 0 0.56 273.85 0.53 0.29
Hex 4F 23 71 1E 45 0 38 112 35 1D
Octal 117 43 161 36 105 0 70 422 65 35
Binary 1001111 100011 1110001 11110 1000101 0 111000 100010010 110101 11101

Color Harmonies of #4F2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2371

Black with #4F2371

Text Example


Text Example

White with #4F2371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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