Html Css Color HEX #441261 Scarlet Gum

📋 copy color: '#441261'

red 68 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #441261

Tints of Scarlet Gum #441261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

 BLUE value IS 97 (38.28% from 255) = 53.01%

R = 37.16%
G = 9.84%
B = 53.01%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441261 (or 0x441261) is known color: Scarlet Gum. HEX triplet: 44, 12 and 61. RGB value is (68,18,97). Sum of RGB (Red+Green+Blue) = 68+18+97=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #441261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441261 is #BBED9E. Grayscale: #292929. Windows color (decimal): -12316063 or 6361668. OLE color: 6361668.

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

Color convert

RGB 68 18 97 -
CMYK 0.30 0.81 0 0.62
HSL 277.97º 0.69% 0.23% -
HSV(B) 277.97º 0.81% 0.38% -
XYZ 4.76 2.52 11.55 -
YUV 41.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 68 18 97 0.30 0.81 0 0.62 277.97 0.69 0.23
Hex 44 12 61 1E 51 0 3E 116 45 17
Octal 104 22 141 36 121 0 76 426 105 27
Binary 1000100 10010 1100001 11110 1010001 0 111110 100010110 1000101 10111

Color Harmonies of #441261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441261

Black with #441261

Text Example


Text Example

White with #441261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441261; }

 p { color: rgb(68,18,97); }

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

background-color css

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

 a { background-color: rgb(68,18,97); }

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

border-color css

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

 span { border-color: rgb(68,18,97); }

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