#451A5E

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

Shades of Scarlet Gum #451A5E

Tints of Scarlet Gum #451A5E

Color information

#451A5E (or 0x451A5E) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1A and 5E. RGB value is (69,26,94). Sum of RGB (Red+Green+Blue) = 69+26+94=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #451A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451A5E is #BAE5A1. Grayscale: #2E2E2E. Windows color (decimal): -12248482 or 6167109. OLE color: 6167109.

HSL color Cylindrical-coordinate representation of color #451A5E: hue angle of 277.94º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451A5E is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB692694-
CMYK0.270.7200.63
HSL277.94º56.67%23.53%-
HSV(B)277.94º72.34%36.86%-
XYZ4.842.8110.88-
YUV46.61154.75143.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=36.51%
G=13.76%
B=49.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6926940.270.7200.63277.9456.6723.53
Hex451A5E1B4803F1163918
Octal10532136331100774267130
Binary1000101110101011110110111001000011111110001011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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