#451D62

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

Shades of Scarlet Gum #451D62

Tints of Scarlet Gum #451D62

Color information

#451D62 (or 0x451D62) is unknown color: approx Scarlet Gum. HEX triplet: 45, 1D and 62. RGB value is (69,29,98). Sum of RGB (Red+Green+Blue) = 69+29+98=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #451D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D62 is #BAE29D. Grayscale: #303030. Windows color (decimal): -12247710 or 6430021. OLE color: 6430021.

HSL color Cylindrical-coordinate representation of color #451D62: hue angle of 274.78º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451D62 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB692998-
CMYK0.300.7000.62
HSL274.78º54.33%24.9%-
HSV(B)274.78º70.41%38.43%-
XYZ5.13.0311.87-
YUV48.83155.75142.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 29 (11.72% from 255) = 14.80%
BLUE value IS 98 (38.67% from 255) = 50%
R=35.20%
G=14.80%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6929980.300.7000.62274.7854.3324.9
Hex451D621E4603E1133619
Octal10535142361060764236631
Binary1000101111011100010111101000110011111010001001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,98); }

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

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

 a { background-color: rgb(69,29,98); }

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

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

 span { border-color: rgb(69,29,98); }

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