Html Css Color HEX #452A58 Scarlet Gum

📋 copy color: '#452A58'

red 69 ◦ green 42 ◦ blue 88

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

Shades of Scarlet Gum #452A58

Tints of Scarlet Gum #452A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 34.67%
G = 21.11%
B = 44.22%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#452A58 (or 0x452A58) is known color: Scarlet Gum. HEX triplet: 45, 2A and 58. RGB value is (69,42,88). Sum of RGB (Red+Green+Blue) = 69+42+88=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #452A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452A58 is #BAD5A7. Grayscale: #373737. Windows color (decimal): -12244392 or 5777989. OLE color: 5777989.

HSL color Cylindrical-coordinate representation of color #452A58: hue angle of 275.22º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #452A58 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 42 88 -
CMYK 0.22 0.52 0 0.65
HSL 275.22º 0.35% 0.25% -
HSV(B) 275.22º 0.52% 0.35% -
XYZ 5.04 3.63 9.67 -
YUV 55.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 69 42 88 0.22 0.52 0 0.65 275.22 0.35 0.25
Hex 45 2A 58 16 34 0 41 113 23 19
Octal 105 52 130 26 64 0 101 423 43 31
Binary 1000101 101010 1011000 10110 110100 0 1000001 100010011 100011 11001

Color Harmonies of #452A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452A58

Black with #452A58

Text Example


Text Example

White with #452A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452A58; }

 p { color: rgb(69,42,88); }

 H1.HeaderClassName
 {
   color: #452A58;
 }
 .AnyTagClassName
 {
   color: #452A58;
 }
</style>

background-color css

<style>
 a { background-color: #452A58; }

 a { background-color: rgb(69,42,88); }

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

border-color css

<style>
 span { border-color: #452A58; }

 span { border-color: rgb(69,42,88); }

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