Html Css Color HEX #441B60 Scarlet Gum

📋 copy color: '#441B60'

red 68 ◦ green 27 ◦ blue 96

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

Shades of Scarlet Gum #441B60

Tints of Scarlet Gum #441B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.14%

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

R = 35.6%
G = 14.14%
B = 50.26%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441B60 (or 0x441B60) is known color: Scarlet Gum. HEX triplet: 44, 1B and 60. RGB value is (68,27,96). Sum of RGB (Red+Green+Blue) = 68+27+96=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #441B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B60 is #BBE49F. Grayscale: #2E2E2E. Windows color (decimal): -12313760 or 6298436. OLE color: 6298436.

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

Color convert

RGB 68 27 96 -
CMYK 0.29 0.72 0 0.62
HSL 275.65º 0.56% 0.24% -
HSV(B) 275.65º 0.72% 0.38% -
XYZ 4.89 2.86 11.36 -
YUV 47.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 68 27 96 0.29 0.72 0 0.62 275.65 0.56 0.24
Hex 44 1B 60 1D 48 0 3E 114 38 18
Octal 104 33 140 35 110 0 76 424 70 30
Binary 1000100 11011 1100000 11101 1001000 0 111110 100010100 111000 11000

Color Harmonies of #441B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B60

Black with #441B60

Text Example


Text Example

White with #441B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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