Html Css Color HEX #441B5B Scarlet Gum

📋 copy color: '#441B5B'

red 68 ◦ green 27 ◦ blue 91

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

Shades of Scarlet Gum #441B5B

Tints of Scarlet Gum #441B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.92%

R = 36.56%
G = 14.52%
B = 48.92%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#441B5B (or 0x441B5B) is known color: Scarlet Gum. HEX triplet: 44, 1B and 5B. RGB value is (68,27,91). Sum of RGB (Red+Green+Blue) = 68+27+91=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #441B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B5B is #BBE4A4. Grayscale: #2E2E2E. Windows color (decimal): -12313765 or 5970756. OLE color: 5970756.

HSL color Cylindrical-coordinate representation of color #441B5B: hue angle of 278.44º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #441B5B is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 27 91 -
CMYK 0.25 0.70 0 0.64
HSL 278.44º 0.54% 0.23% -
HSV(B) 278.44º 0.7% 0.36% -
XYZ 4.66 2.77 10.19 -
YUV 46.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 68 27 91 0.25 0.70 0 0.64 278.44 0.54 0.23
Hex 44 1B 5B 19 46 0 40 116 36 17
Octal 104 33 133 31 106 0 100 426 66 27
Binary 1000100 11011 1011011 11001 1000110 0 1000000 100010110 110110 10111

Color Harmonies of #441B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B5B

Black with #441B5B

Text Example


Text Example

White with #441B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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