Html Css Color HEX #441B61 Scarlet Gum

📋 copy color: '#441B61'

red 68 ◦ green 27 ◦ blue 97

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

Shades of Scarlet Gum #441B61

Tints of Scarlet Gum #441B61

RGB

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

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

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

R = 35.42%
G = 14.06%
B = 50.52%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441B61 (or 0x441B61) is known color: Scarlet Gum. HEX triplet: 44, 1B and 61. RGB value is (68,27,97). Sum of RGB (Red+Green+Blue) = 68+27+97=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #441B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B61 is #BBE49E. Grayscale: #2F2F2F. Windows color (decimal): -12313759 or 6363972. OLE color: 6363972.

HSL color Cylindrical-coordinate representation of color #441B61: hue angle of 275.14º 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 #441B61 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 27 97 -
CMYK 0.30 0.72 0 0.62
HSL 275.14º 0.56% 0.24% -
HSV(B) 275.14º 0.72% 0.38% -
XYZ 4.93 2.88 11.6 -
YUV 47.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 68 27 97 0.30 0.72 0 0.62 275.14 0.56 0.24
Hex 44 1B 61 1E 48 0 3E 113 38 18
Octal 104 33 141 36 110 0 76 423 70 30
Binary 1000100 11011 1100001 11110 1001000 0 111110 100010011 111000 11000

Color Harmonies of #441B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B61

Black with #441B61

Text Example


Text Example

White with #441B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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