#45065B

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

Shades of Scarlet Gum #45065B

Tints of Scarlet Gum #45065B

Color information

#45065B (or 0x45065B) is unknown color: approx Scarlet Gum. HEX triplet: 45, 06 and 5B. RGB value is (69,6,91). Sum of RGB (Red+Green+Blue) = 69+6+91=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #45065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45065B is #BAF9A4. Grayscale: #222222. Windows color (decimal): -12253605 or 5965381. OLE color: 5965381.

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

Color convert

RGB69691-
CMYK0.240.9300.64
HSL284.47º87.63%19.02%-
HSV(B)284.47º93.41%35.69%-
XYZ4.412.1510.08-
YUV34.53159.87152.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=41.57%
G=3.61%
B=54.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal696910.240.9300.64284.4787.6319.02
Hex4565B185D04011c5813
Octal105613330135010043413023
Binary1000101110101101111000101110101000000100011100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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