Html Css Color HEX #451A5E Scarlet Gum

📋 copy color: '#451A5E'

red 69 ◦ green 26 ◦ blue 94

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

Shades of Scarlet Gum #451A5E

Tints of Scarlet Gum #451A5E

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 value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#451A5E (or 0x451A5E) is known color: 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

RGB 69 26 94 -
CMYK 0.27 0.72 0 0.63
HSL 277.94º 0.57% 0.24% -
HSV(B) 277.94º 0.72% 0.37% -
XYZ 4.84 2.81 10.88 -
YUV 46.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 69 26 94 0.27 0.72 0 0.63 277.94 0.57 0.24
Hex 45 1A 5E 1B 48 0 3F 116 39 18
Octal 105 32 136 33 110 0 77 426 71 30
Binary 1000101 11010 1011110 11011 1001000 0 111111 100010110 111001 11000

Color Harmonies of #451A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451A5E

Black with #451A5E

Text Example


Text Example

White with #451A5E

Text Example


Text Example

HTML Codes & Css Web 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>