#450258

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

Shades of Scarlet Gum #450258

Tints of Scarlet Gum #450258

Color information

#450258 (or 0x450258) is unknown color: approx Scarlet Gum. HEX triplet: 45, 02 and 58. RGB value is (69,2,88). Sum of RGB (Red+Green+Blue) = 69+2+88=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #450258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450258 is #BAFDA7. Grayscale: #1F1F1F. Windows color (decimal): -12254632 or 5767749. OLE color: 5767749.

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

Color convert

RGB69288-
CMYK0.220.9800.65
HSL286.74º95.56%17.65%-
HSV(B)286.74º97.73%34.51%-
XYZ4.242.019.4-
YUV31.84159.7154.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=43.40%
G=1.26%
B=55.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal692880.220.9800.65286.7495.5617.65
Hex45258166204111f6012
Octal105213026142010143714022
Binary100010110101100010110110001001000001100011111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450258; }

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

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

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

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

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

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

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

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