#450257

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

Shades of Scarlet Gum #450257

Tints of Scarlet Gum #450257

Color information

#450257 (or 0x450257) is unknown color: approx Scarlet Gum. HEX triplet: 45, 02 and 57. RGB value is (69,2,87). Sum of RGB (Red+Green+Blue) = 69+2+87=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #450257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450257 is #BAFDA8. Grayscale: #1F1F1F. Windows color (decimal): -12254633 or 5702213. OLE color: 5702213.

HSL color Cylindrical-coordinate representation of color #450257: hue angle of 287.29º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450257 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB69287-
CMYK0.210.9800.66
HSL287.29º95.51%17.45%-
HSV(B)287.29º97.7%34.12%-
XYZ4.229.18-
YUV31.72159.2154.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 87 (34.38% from 255) = 55.06%
R=43.67%
G=1.27%
B=55.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal692870.210.9800.66287.2995.5117.45
Hex45257156204211f6011
Octal105212725142010243714021
Binary100010110101011110101110001001000010100011111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450257; }

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

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

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

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

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

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

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

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