Html Css Color HEX #441F60 Scarlet Gum

📋 copy color: '#441F60'

red 68 ◦ green 31 ◦ blue 96

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

Shades of Scarlet Gum #441F60

Tints of Scarlet Gum #441F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

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

R = 34.87%
G = 15.9%
B = 49.23%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441F60 (or 0x441F60) is known color: Scarlet Gum. HEX triplet: 44, 1F and 60. RGB value is (68,31,96). Sum of RGB (Red+Green+Blue) = 68+31+96=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #441F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F60 is #BBE09F. Grayscale: #313131. Windows color (decimal): -12312736 or 6299460. OLE color: 6299460.

HSL color Cylindrical-coordinate representation of color #441F60: hue angle of 274.15º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441F60 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 31 96 -
CMYK 0.29 0.68 0 0.62
HSL 274.15º 0.51% 0.25% -
HSV(B) 274.15º 0.68% 0.38% -
XYZ 4.99 3.05 11.39 -
YUV 49.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 68 31 96 0.29 0.68 0 0.62 274.15 0.51 0.25
Hex 44 1F 60 1D 44 0 3E 112 33 19
Octal 104 37 140 35 104 0 76 422 63 31
Binary 1000100 11111 1100000 11101 1000100 0 111110 100010010 110011 11001

Color Harmonies of #441F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F60

Black with #441F60

Text Example


Text Example

White with #441F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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