#452058

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

Shades of Scarlet Gum #452058

Tints of Scarlet Gum #452058

Color information

#452058 (or 0x452058) is unknown color: approx Scarlet Gum. HEX triplet: 45, 20 and 58. RGB value is (69,32,88). Sum of RGB (Red+Green+Blue) = 69+32+88=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #452058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452058 is #BADFA7. Grayscale: #313131. Windows color (decimal): -12246952 or 5775429. OLE color: 5775429.

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

Color convert

RGB693288-
CMYK0.220.6400.65
HSL279.64º46.67%23.53%-
HSV(B)279.64º63.64%34.51%-
XYZ4.7339.56-
YUV49.45149.76141.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=36.51%
G=16.93%
B=46.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6932880.220.6400.65279.6446.6723.53
Hex45205816400411182f18
Octal105401302610001014305730
Binary100010110000010110001011010000000100000110001100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452058; }

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

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

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

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

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

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

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

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