#4A155F

Color #4A155F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4A155F

Tints of Scarlet Gum #4A155F

Color information

#4A155F (or 0x4A155F) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 15 and 5F. RGB value is (74,21,95). Sum of RGB (Red+Green+Blue) = 74+21+95=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A155F is #B5EAA0. Grayscale: #2D2D2D. Windows color (decimal): -11922081 or 6231370. OLE color: 6231370.

HSL color Cylindrical-coordinate representation of color #4A155F: hue angle of 282.97º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A155F is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB742195-
CMYK0.220.7800.63
HSL282.97º63.79%22.75%-
HSV(B)282.97º77.89%37.25%-
XYZ5.162.8211.1-
YUV45.28156.06148.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.95%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 95 (37.5% from 255) = 50%
R=38.95%
G=11.05%
B=50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7421950.220.7800.63282.9763.7922.75
Hex4A155F164E03F11b4017
Octal112251372611607743310027
Binary10010101010110111111011010011100111111100011011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,95); }

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

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

 a { background-color: rgb(74,21,95); }

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

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

 span { border-color: rgb(74,21,95); }

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