Html Css Color HEX #441760 Scarlet Gum

📋 copy color: '#441760'

red 68 ◦ green 23 ◦ blue 96

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

Shades of Scarlet Gum #441760

Tints of Scarlet Gum #441760

RGB

 RED value IS 68 (26.95% from 255) = 36.36%

 GREEN value IS 23 (9.38% from 255) = 12.3%

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 36.36%
G = 12.3%
B = 51.34%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441760 (or 0x441760) is known color: Scarlet Gum. HEX triplet: 44, 17 and 60. RGB value is (68,23,96). Sum of RGB (Red+Green+Blue) = 68+23+96=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #441760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441760 is #BBE89F. Grayscale: #2C2C2C. Windows color (decimal): -12314784 or 6297412. OLE color: 6297412.

HSL color Cylindrical-coordinate representation of color #441760: hue angle of 276.99º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441760 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 23 96 -
CMYK 0.29 0.76 0 0.62
HSL 276.99º 0.61% 0.23% -
HSV(B) 276.99º 0.76% 0.38% -
XYZ 4.8 2.69 11.33 -
YUV 44.78 156.91 144.56 -
System Red Green Blue C M Y K H S L
Decimal 68 23 96 0.29 0.76 0 0.62 276.99 0.61 0.23
Hex 44 17 60 1D 4C 0 3E 115 3D 17
Octal 104 27 140 35 114 0 76 425 75 27
Binary 1000100 10111 1100000 11101 1001100 0 111110 100010101 111101 10111

Color Harmonies of #441760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441760

Black with #441760

Text Example


Text Example

White with #441760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441760; }

 p { color: rgb(68,23,96); }

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

background-color css

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

 a { background-color: rgb(68,23,96); }

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

border-color css

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

 span { border-color: rgb(68,23,96); }

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