#450358

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

Shades of Scarlet Gum #450358

Tints of Scarlet Gum #450358

Color information

#450358 (or 0x450358) is unknown color: approx Scarlet Gum. HEX triplet: 45, 03 and 58. RGB value is (69,3,88). Sum of RGB (Red+Green+Blue) = 69+3+88=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #450358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450358 is #BAFCA7. Grayscale: #202020. Windows color (decimal): -12254376 or 5768005. OLE color: 5768005.

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

Color convert

RGB69388-
CMYK0.220.9700.65
HSL286.59º93.41%17.84%-
HSV(B)286.59º96.59%34.51%-
XYZ4.252.039.4-
YUV32.42159.37154.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 88 (34.77% from 255) = 55%
R=43.12%
G=1.88%
B=55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal693880.220.9700.65286.5993.4117.84
Hex45358166104111f5d12
Octal105313026141010143713522
Binary100010111101100010110110000101000001100011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450358; }

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

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

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

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

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

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

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

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