Html Css Color HEX #450958 Scarlet Gum

📋 copy color: '#450958'

red 69 ◦ green 9 ◦ blue 88

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

Shades of Scarlet Gum #450958

Tints of Scarlet Gum #450958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 41.57%
G = 5.42%
B = 53.01%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450958 (or 0x450958) is known color: Scarlet Gum. HEX triplet: 45, 09 and 58. RGB value is (69,9,88). Sum of RGB (Red+Green+Blue) = 69+9+88=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #450958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450958 is #BAF6A7. Grayscale: #232323. Windows color (decimal): -12252840 or 5769541. OLE color: 5769541.

HSL color Cylindrical-coordinate representation of color #450958: hue angle of 285.57º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450958 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 9 88 -
CMYK 0.22 0.90 0 0.65
HSL 285.57º 0.81% 0.19% -
HSV(B) 285.57º 0.9% 0.35% -
XYZ 4.31 2.17 9.42 -
YUV 35.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 69 9 88 0.22 0.90 0 0.65 285.57 0.81 0.19
Hex 45 9 58 16 5A 0 41 11E 51 13
Octal 105 11 130 26 132 0 101 436 121 23
Binary 1000101 1001 1011000 10110 1011010 0 1000001 100011110 1010001 10011

Color Harmonies of #450958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450958

Black with #450958

Text Example


Text Example

White with #450958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450958; }

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

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

background-color css

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

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

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

border-color css

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

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

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