#45255D

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

Shades of Scarlet Gum #45255D

Tints of Scarlet Gum #45255D

Color information

#45255D (or 0x45255D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 25 and 5D. RGB value is (69,37,93). Sum of RGB (Red+Green+Blue) = 69+37+93=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #45255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45255D is #BADAA2. Grayscale: #343434. Windows color (decimal): -12245667 or 6104389. OLE color: 6104389.

HSL color Cylindrical-coordinate representation of color #45255D: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45255D is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB693793-
CMYK0.260.6000.64
HSL274.29º43.08%25.49%-
HSV(B)274.29º60.22%36.47%-
XYZ5.093.3810.74-
YUV52.95150.6139.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=34.67%
G=18.59%
B=46.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6937930.260.6000.64274.2943.0825.49
Hex45255D1A3C0401122b19
Octal10545135327401004225331
Binary10001011001011011101110101111000100000010001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45255D; }

 p { color: rgb(69,37,93); }

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

<style>
 a { background-color: #45255D; }

 a { background-color: rgb(69,37,93); }

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

<style>
 span { border-color: #45255D; }

 span { border-color: rgb(69,37,93); }

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