#45205B

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

Shades of Scarlet Gum #45205B

Tints of Scarlet Gum #45205B

Color information

#45205B (or 0x45205B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 5B. RGB value is (69,32,91). Sum of RGB (Red+Green+Blue) = 69+32+91=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #45205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45205B is #BADFA4. Grayscale: #313131. Windows color (decimal): -12246949 or 5972037. OLE color: 5972037.

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

Color convert

RGB693291-
CMYK0.240.6500.64
HSL277.63º47.97%24.12%-
HSV(B)277.63º64.84%35.69%-
XYZ4.863.0510.23-
YUV49.79151.26141.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=35.94%
G=16.67%
B=47.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6932910.240.6500.64277.6347.9724.12
Hex45205B18410401163018
Octal105401333010101004266030
Binary100010110000010110111100010000010100000010001011011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45205B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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