#45295F

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

Shades of Scarlet Gum #45295F

Tints of Scarlet Gum #45295F

Color information

#45295F (or 0x45295F) is unknown color: approx Scarlet Gum. HEX triplet: 45, 29 and 5F. RGB value is (69,41,95). Sum of RGB (Red+Green+Blue) = 69+41+95=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #45295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45295F is #BAD6A0. Grayscale: #373737. Windows color (decimal): -12244641 or 6236485. OLE color: 6236485.

HSL color Cylindrical-coordinate representation of color #45295F: hue angle of 271.11º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45295F is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB694195-
CMYK0.270.5700.63
HSL271.11º39.71%26.67%-
HSV(B)271.11º56.84%37.25%-
XYZ5.313.6811.26-
YUV55.53150.28137.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=33.66%
G=20%
B=46.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6941950.270.5700.63271.1139.7126.67
Hex45295F1B3903F10f281b
Octal1055113733710774175033
Binary1000101101001101111111011111001011111110000111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45295F; }

 p { color: rgb(69,41,95); }

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

<style>
 a { background-color: #45295F; }

 a { background-color: rgb(69,41,95); }

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

<style>
 span { border-color: #45295F; }

 span { border-color: rgb(69,41,95); }

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