Html Css Color HEX #45195E Scarlet Gum

📋 copy color: '#45195E'

red 69 ◦ green 25 ◦ blue 94

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

Shades of Scarlet Gum #45195E

Tints of Scarlet Gum #45195E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 94 (37.11% from 255) = 50%

R = 36.7%
G = 13.3%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45195E (or 0x45195E) is known color: Scarlet Gum. HEX triplet: 45, 19 and 5E. RGB value is (69,25,94). Sum of RGB (Red+Green+Blue) = 69+25+94=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #45195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45195E is #BAE6A1. Grayscale: #2D2D2D. Windows color (decimal): -12248738 or 6166853. OLE color: 6166853.

HSL color Cylindrical-coordinate representation of color #45195E: hue angle of 278.26º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45195E is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 25 94 -
CMYK 0.27 0.73 0 0.63
HSL 278.26º 0.58% 0.23% -
HSV(B) 278.26º 0.73% 0.37% -
XYZ 4.82 2.77 10.87 -
YUV 46.02 155.08 144.39 -
System Red Green Blue C M Y K H S L
Decimal 69 25 94 0.27 0.73 0 0.63 278.26 0.58 0.23
Hex 45 19 5E 1B 49 0 3F 116 3A 17
Octal 105 31 136 33 111 0 77 426 72 27
Binary 1000101 11001 1011110 11011 1001001 0 111111 100010110 111010 10111

Color Harmonies of #45195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45195E

Black with #45195E

Text Example


Text Example

White with #45195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45195E; }

 p { color: rgb(69,25,94); }

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

background-color css

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

 a { background-color: rgb(69,25,94); }

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

border-color css

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

 span { border-color: rgb(69,25,94); }

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