#452661

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

Shades of Scarlet Gum #452661

Tints of Scarlet Gum #452661

Color information

#452661 (or 0x452661) is unknown color: approx Scarlet Gum. HEX triplet: 45, 26 and 61. RGB value is (69,38,97). Sum of RGB (Red+Green+Blue) = 69+38+97=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #452661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452661 is #BAD99E. Grayscale: #353535. Windows color (decimal): -12245407 or 6366789. OLE color: 6366789.

HSL color Cylindrical-coordinate representation of color #452661: hue angle of 271.53º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452661 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB693897-
CMYK0.290.6100.62
HSL271.53º43.7%26.47%-
HSV(B)271.53º60.82%38.04%-
XYZ5.313.5111.71-
YUV54152.27138.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=33.82%
G=18.63%
B=47.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6938970.290.6100.62271.5343.726.47
Hex4526611D3D03E1102c1a
Octal1054614135750764205432
Binary1000101100110110000111101111101011111010001000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452661; }

 p { color: rgb(69,38,97); }

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

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

 a { background-color: rgb(69,38,97); }

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

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

 span { border-color: rgb(69,38,97); }

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