#45285B

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

Shades of Scarlet Gum #45285B

Tints of Scarlet Gum #45285B

Color information

#45285B (or 0x45285B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 28 and 5B. RGB value is (69,40,91). Sum of RGB (Red+Green+Blue) = 69+40+91=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #45285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45285B is #BAD7A4. Grayscale: #363636. Windows color (decimal): -12244901 or 5974085. OLE color: 5974085.

HSL color Cylindrical-coordinate representation of color #45285B: hue angle of 274.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45285B is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB694091-
CMYK0.240.5600.64
HSL274.12º38.93%25.69%-
HSV(B)274.12º56.04%35.69%-
XYZ5.13.5410.31-
YUV54.48148.61138.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 40 (16.02% from 255) = 20%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=34.5%
G=20%
B=45.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6940910.240.5600.64274.1238.9325.69
Hex45285B1838040112271a
Octal10550133307001004224732
Binary10001011010001011011110001110000100000010001001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45285B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45285B; }

 p { color: rgb(69,40,91); }

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

<style>
 a { background-color: #45285B; }

 a { background-color: rgb(69,40,91); }

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

<style>
 span { border-color: #45285B; }

 span { border-color: rgb(69,40,91); }

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