#4A1F7A

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

Shades of Blue Diamond #4A1F7A

Tints of Blue Diamond #4A1F7A

Color information

#4A1F7A (or 0x4A1F7A) is unknown color: approx Blue Diamond. HEX triplet: 4A, 1F and 7A. RGB value is (74,31,122). Sum of RGB (Red+Green+Blue) = 74+31+122=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A1F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1F7A is #B5E085. Grayscale: #353535. Windows color (decimal): -11919494 or 8003402. OLE color: 8003402.

HSL color Cylindrical-coordinate representation of color #4A1F7A: hue angle of 268.35º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1F7A is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7431122-
CMYK0.390.7500.52
HSL268.35º59.48%30%-
HSV(B)268.35º74.59%47.84%-
XYZ6.833.8418.79-
YUV54.23166.25142.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.60%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=32.60%
G=13.66%
B=53.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74311220.390.7500.52268.3559.4830
Hex4A1F7A274B03410c3b1e
Octal11237172471130644147336
Binary10010101111111110101001111001011011010010000110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,31,122); }

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

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

 a { background-color: rgb(74,31,122); }

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

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

 span { border-color: rgb(74,31,122); }

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