#45085B

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

Shades of Scarlet Gum #45085B

Tints of Scarlet Gum #45085B

Color information

#45085B (or 0x45085B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 08 and 5B. RGB value is (69,8,91). Sum of RGB (Red+Green+Blue) = 69+8+91=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #45085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45085B is #BAF7A4. Grayscale: #232323. Windows color (decimal): -12253093 or 5965893. OLE color: 5965893.

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

Color convert

RGB69891-
CMYK0.240.9100.64
HSL284.1º83.84%19.41%-
HSV(B)284.1º91.21%35.69%-
XYZ4.432.1910.09-
YUV35.7159.21151.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.07%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=41.07%
G=4.76%
B=54.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal698910.240.9100.64284.183.8419.41
Hex4585B185B04011c5413
Octal1051013330133010043412423
Binary10001011000101101111000101101101000000100011100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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