#4F1C7C

Color #4F1C7C Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4F1C7C

Tints of Blue Diamond #4F1C7C

Color information

#4F1C7C (or 0x4F1C7C) is unknown color: approx Blue Diamond. HEX triplet: 4F, 1C and 7C. RGB value is (79,28,124). Sum of RGB (Red+Green+Blue) = 79+28+124=231 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.20% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F1C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1C7C is #B0E383. Grayscale: #353535. Windows color (decimal): -11592580 or 8133711. OLE color: 8133711.

HSL color Cylindrical-coordinate representation of color #4F1C7C: hue angle of 271.88º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1C7C is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7928124-
CMYK0.360.7700.51
HSL271.88º63.16%29.8%-
HSV(B)271.88º77.42%48.63%-
XYZ7.283.9519.45-
YUV54.19167.4145.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.20%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=34.20%
G=12.12%
B=53.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79281240.360.7700.51271.8863.1629.8
Hex4F1C7C244D0331103f1e
Octal11734174441150634207736
Binary10011111110011111001001001001101011001110001000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,28,124); }

 H1.HeaderClassName
 {
   color: #4F1C7C;
 }
 .AnyTagClassName
 {
   color: #4F1C7C;
 }
</style>
background-color css

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

 a { background-color: rgb(79,28,124); }

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

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

 span { border-color: rgb(79,28,124); }

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