Html Css Color HEX #41155B Scarlet Gum

📋 copy color: '#41155B'

red 65 ◦ green 21 ◦ blue 91

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

Shades of Scarlet Gum #41155B

Tints of Scarlet Gum #41155B

RGB

 RED value IS 65 (25.78% from 255) = 36.72%

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 36.72%
G = 11.86%
B = 51.41%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41155B (or 0x41155B) is known color: Scarlet Gum. HEX triplet: 41, 15 and 5B. RGB value is (65,21,91). Sum of RGB (Red+Green+Blue) = 65+21+91=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #41155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41155B is #BEEAA4. Grayscale: #292929. Windows color (decimal): -12511909 or 5969217. OLE color: 5969217.

HSL color Cylindrical-coordinate representation of color #41155B: hue angle of 277.71º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41155B is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 21 91 -
CMYK 0.29 0.77 0 0.64
HSL 277.71º 0.63% 0.22% -
HSV(B) 277.71º 0.77% 0.36% -
XYZ 4.34 2.42 10.14 -
YUV 42.14 155.58 144.31 -
System Red Green Blue C M Y K H S L
Decimal 65 21 91 0.29 0.77 0 0.64 277.71 0.63 0.22
Hex 41 15 5B 1D 4D 0 40 116 3E 16
Octal 101 25 133 35 115 0 100 426 76 26
Binary 1000001 10101 1011011 11101 1001101 0 1000000 100010110 111110 10110

Color Harmonies of #41155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41155B

Black with #41155B

Text Example


Text Example

White with #41155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41155B; }

 p { color: rgb(65,21,91); }

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

background-color css

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

 a { background-color: rgb(65,21,91); }

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

border-color css

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

 span { border-color: rgb(65,21,91); }

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