Html Css Color HEX #45155E Scarlet Gum

📋 copy color: '#45155E'

red 69 ◦ green 21 ◦ blue 94

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

Shades of Scarlet Gum #45155E

Tints of Scarlet Gum #45155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 37.5%
G = 11.41%
B = 51.09%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#45155E (or 0x45155E) is known color: Scarlet Gum. HEX triplet: 45, 15 and 5E. RGB value is (69,21,94). Sum of RGB (Red+Green+Blue) = 69+21+94=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #45155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45155E is #BAEAA1. Grayscale: #2B2B2B. Windows color (decimal): -12249762 or 6165829. OLE color: 6165829.

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

Color convert

RGB 69 21 94 -
CMYK 0.27 0.78 0 0.63
HSL 279.45º 0.63% 0.23% -
HSV(B) 279.45º 0.78% 0.37% -
XYZ 4.74 2.61 10.84 -
YUV 43.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 69 21 94 0.27 0.78 0 0.63 279.45 0.63 0.23
Hex 45 15 5E 1B 4E 0 3F 117 3F 17
Octal 105 25 136 33 116 0 77 427 77 27
Binary 1000101 10101 1011110 11011 1001110 0 111111 100010111 111111 10111

Color Harmonies of #45155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45155E

Black with #45155E

Text Example


Text Example

White with #45155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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