#45175C

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

Shades of Scarlet Gum #45175C

Tints of Scarlet Gum #45175C

Color information

#45175C (or 0x45175C) is unknown color: approx Scarlet Gum. HEX triplet: 45, 17 and 5C. RGB value is (69,23,92). Sum of RGB (Red+Green+Blue) = 69+23+92=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #45175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45175C is #BAE8A3. Grayscale: #2C2C2C. Windows color (decimal): -12249252 or 6035269. OLE color: 6035269.

HSL color Cylindrical-coordinate representation of color #45175C: hue angle of 280º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45175C is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692392-
CMYK0.250.7500.64
HSL280º60%22.55%-
HSV(B)280º75%36.08%-
XYZ4.692.6510.39-
YUV44.62154.74145.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.5%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 92 (36.33% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6923920.250.7500.642806022.55
Hex45175C194B0401183c17
Octal105271343111301004307427
Binary10001011011110111001100110010110100000010001100011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45175C; }

 p { color: rgb(69,23,92); }

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

<style>
 a { background-color: #45175C; }

 a { background-color: rgb(69,23,92); }

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

<style>
 span { border-color: #45175C; }

 span { border-color: rgb(69,23,92); }

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