#452A58

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

Shades of Scarlet Gum #452A58

Tints of Scarlet Gum #452A58

Color information

#452A58 (or 0x452A58) is unknown color: approx Scarlet Gum. HEX triplet: 45, 2A and 58. RGB value is (69,42,88). Sum of RGB (Red+Green+Blue) = 69+42+88=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #452A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A58 is #BAD5A7. Grayscale: #373737. Windows color (decimal): -12244392 or 5777989. OLE color: 5777989.

HSL color Cylindrical-coordinate representation of color #452A58: hue angle of 275.22º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452A58 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB694288-
CMYK0.220.5200.65
HSL275.22º35.38%25.49%-
HSV(B)275.22º52.27%34.51%-
XYZ5.043.639.67-
YUV55.32146.45137.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=34.67%
G=21.11%
B=44.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6942880.220.5200.65275.2235.3825.49
Hex452A5816340411132319
Octal10552130266401014234331
Binary10001011010101011000101101101000100000110001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452A58; }

 p { color: rgb(69,42,88); }

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

<style>
 a { background-color: #452A58; }

 a { background-color: rgb(69,42,88); }

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

<style>
 span { border-color: #452A58; }

 span { border-color: rgb(69,42,88); }

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