#45175B

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

Shades of Scarlet Gum #45175B

Tints of Scarlet Gum #45175B

Color information

#45175B (or 0x45175B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 17 and 5B. RGB value is (69,23,91). Sum of RGB (Red+Green+Blue) = 69+23+91=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #45175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45175B is #BAE8A4. Grayscale: #2C2C2C. Windows color (decimal): -12249253 or 5969733. OLE color: 5969733.

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

Color convert

RGB692391-
CMYK0.240.7500.64
HSL280.59º59.65%22.35%-
HSV(B)280.59º74.73%35.69%-
XYZ4.652.6310.16-
YUV44.51154.24145.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=37.70%
G=12.57%
B=49.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6923910.240.7500.64280.5959.6522.35
Hex45175B184B0401193c16
Octal105271333011301004317426
Binary10001011011110110111100010010110100000010001100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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