Html Css Color HEX #451458 Scarlet Gum

📋 copy color: '#451458'

red 69 ◦ green 20 ◦ blue 88

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

Shades of Scarlet Gum #451458

Tints of Scarlet Gum #451458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

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

R = 38.98%
G = 11.3%
B = 49.72%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#451458 (or 0x451458) is known color: Scarlet Gum. HEX triplet: 45, 14 and 58. RGB value is (69,20,88). Sum of RGB (Red+Green+Blue) = 69+20+88=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #451458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451458 is #BAEBA7. Grayscale: #2A2A2A. Windows color (decimal): -12250024 or 5772357. OLE color: 5772357.

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

Color convert

RGB 69 20 88 -
CMYK 0.22 0.77 0 0.65
HSL 283.24º 0.63% 0.21% -
HSV(B) 283.24º 0.77% 0.35% -
XYZ 4.47 2.47 9.47 -
YUV 42.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 69 20 88 0.22 0.77 0 0.65 283.24 0.63 0.21
Hex 45 14 58 16 4D 0 41 11B 3F 15
Octal 105 24 130 26 115 0 101 433 77 25
Binary 1000101 10100 1011000 10110 1001101 0 1000001 100011011 111111 10101

Color Harmonies of #451458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451458

Black with #451458

Text Example


Text Example

White with #451458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451458; }

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

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

background-color css

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

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

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

border-color css

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

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

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