Html Css Color HEX #451E56 Scarlet Gum

📋 copy color: '#451E56'

red 69 ◦ green 30 ◦ blue 86

#451E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #451E56

Tints of Scarlet Gum #451E56

RGB

 RED value IS 69 (27.34% from 255) = 37.3%

 GREEN value IS 30 (12.11% from 255) = 16.22%

 BLUE value IS 86 (33.98% from 255) = 46.49%

R = 37.3%
G = 16.22%
B = 46.49%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#451E56 (or 0x451E56) is known color: Scarlet Gum. HEX triplet: 45, 1E and 56. RGB value is (69,30,86). Sum of RGB (Red+Green+Blue) = 69+30+86=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #451E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451E56 is #BAE1A9. Grayscale: #2F2F2F. Windows color (decimal): -12247466 or 5643845. OLE color: 5643845.

HSL color Cylindrical-coordinate representation of color #451E56: hue angle of 281.79º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451E56 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 30 86 -
CMYK 0.20 0.65 0 0.66
HSL 281.79º 0.48% 0.23% -
HSV(B) 281.79º 0.65% 0.34% -
XYZ 4.6 2.87 9.11 -
YUV 48.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 69 30 86 0.20 0.65 0 0.66 281.79 0.48 0.23
Hex 45 1E 56 14 41 0 42 11A 30 17
Octal 105 36 126 24 101 0 102 432 60 27
Binary 1000101 11110 1010110 10100 1000001 0 1000010 100011010 110000 10111

Color Harmonies of #451E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451E56

Black with #451E56

Text Example


Text Example

White with #451E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,30,86); }

 H1.HeaderClassName
 {
   color: #451E56;
 }
 .AnyTagClassName
 {
   color: #451E56;
 }
</style>

background-color css

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

 a { background-color: rgb(69,30,86); }

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

border-color css

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

 span { border-color: rgb(69,30,86); }

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