Html Css Color HEX #451C55 Scarlet Gum

📋 copy color: '#451C55'

red 69 ◦ green 28 ◦ blue 85

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

Shades of Scarlet Gum #451C55

Tints of Scarlet Gum #451C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 37.91%
G = 15.38%
B = 46.7%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#451C55 (or 0x451C55) is known color: Scarlet Gum. HEX triplet: 45, 1C and 55. RGB value is (69,28,85). Sum of RGB (Red+Green+Blue) = 69+28+85=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #451C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C55 is #BAE3AA. Grayscale: #2E2E2E. Windows color (decimal): -12247979 or 5577797. OLE color: 5577797.

HSL color Cylindrical-coordinate representation of color #451C55: hue angle of 283.16º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451C55 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 28 85 -
CMYK 0.19 0.67 0 0.67
HSL 283.16º 0.5% 0.22% -
HSV(B) 283.16º 0.67% 0.33% -
XYZ 4.51 2.75 8.89 -
YUV 46.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 69 28 85 0.19 0.67 0 0.67 283.16 0.5 0.22
Hex 45 1C 55 13 43 0 43 11B 32 16
Octal 105 34 125 23 103 0 103 433 62 26
Binary 1000101 11100 1010101 10011 1000011 0 1000011 100011011 110010 10110

Color Harmonies of #451C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451C55

Black with #451C55

Text Example


Text Example

White with #451C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,28,85); }

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

background-color css

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

 a { background-color: rgb(69,28,85); }

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

border-color css

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

 span { border-color: rgb(69,28,85); }

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