Html Css Color HEX #41185B Scarlet Gum

📋 copy color: '#41185B'

red 65 ◦ green 24 ◦ blue 91

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

Shades of Scarlet Gum #41185B

Tints of Scarlet Gum #41185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

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

R = 36.11%
G = 13.33%
B = 50.56%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41185B (or 0x41185B) is known color: Scarlet Gum. HEX triplet: 41, 18 and 5B. RGB value is (65,24,91). Sum of RGB (Red+Green+Blue) = 65+24+91=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #41185B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41185B is #BEE7A4. Grayscale: #2B2B2B. Windows color (decimal): -12511141 or 5969985. OLE color: 5969985.

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

Color convert

RGB 65 24 91 -
CMYK 0.29 0.74 0 0.64
HSL 276.72º 0.58% 0.23% -
HSV(B) 276.72º 0.74% 0.36% -
XYZ 4.39 2.53 10.15 -
YUV 43.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 65 24 91 0.29 0.74 0 0.64 276.72 0.58 0.23
Hex 41 18 5B 1D 4A 0 40 115 3A 17
Octal 101 30 133 35 112 0 100 425 72 27
Binary 1000001 11000 1011011 11101 1001010 0 1000000 100010101 111010 10111

Color Harmonies of #41185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41185B

Black with #41185B

Text Example


Text Example

White with #41185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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