Html Css Color HEX #441460 Scarlet Gum

📋 copy color: '#441460'

red 68 ◦ green 20 ◦ blue 96

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

Shades of Scarlet Gum #441460

Tints of Scarlet Gum #441460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 36.96%
G = 10.87%
B = 52.17%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441460 (or 0x441460) is known color: Scarlet Gum. HEX triplet: 44, 14 and 60. RGB value is (68,20,96). Sum of RGB (Red+Green+Blue) = 68+20+96=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #441460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441460 is #BBEB9F. Grayscale: #2A2A2A. Windows color (decimal): -12315552 or 6296644. OLE color: 6296644.

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

Color convert

RGB 68 20 96 -
CMYK 0.29 0.79 0 0.62
HSL 277.89º 0.66% 0.23% -
HSV(B) 277.89º 0.79% 0.38% -
XYZ 4.75 2.57 11.31 -
YUV 43.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 68 20 96 0.29 0.79 0 0.62 277.89 0.66 0.23
Hex 44 14 60 1D 4F 0 3E 116 42 17
Octal 104 24 140 35 117 0 76 426 102 27
Binary 1000100 10100 1100000 11101 1001111 0 111110 100010110 1000010 10111

Color Harmonies of #441460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441460

Black with #441460

Text Example


Text Example

White with #441460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441460; }

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

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

background-color css

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

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

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

border-color css

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

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

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