#451A5D

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

Shades of Scarlet Gum #451A5D

Tints of Scarlet Gum #451A5D

Color information

#451A5D (or 0x451A5D) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1A and 5D. RGB value is (69,26,93). Sum of RGB (Red+Green+Blue) = 69+26+93=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #451A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A5D is #BAE5A2. Grayscale: #2E2E2E. Windows color (decimal): -12248483 or 6101573. OLE color: 6101573.

HSL color Cylindrical-coordinate representation of color #451A5D: hue angle of 278.51º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451A5D is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB692693-
CMYK0.260.7200.64
HSL278.51º56.3%23.33%-
HSV(B)278.51º72.04%36.47%-
XYZ4.82.7910.64-
YUV46.5154.25144.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 93 (36.72% from 255) = 49.47%
R=36.70%
G=13.83%
B=49.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6926930.260.7200.64278.5156.323.33
Hex451A5D1A480401173817
Octal105321353211001004277027
Binary10001011101010111011101010010000100000010001011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A5D; }

 p { color: rgb(69,26,93); }

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

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

 a { background-color: rgb(69,26,93); }

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

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

 span { border-color: rgb(69,26,93); }

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