Html Css Color HEX #41115B Scarlet Gum

📋 copy color: '#41115B'

red 65 ◦ green 17 ◦ blue 91

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

Shades of Scarlet Gum #41115B

Tints of Scarlet Gum #41115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

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

R = 37.57%
G = 9.83%
B = 52.6%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41115B (or 0x41115B) is known color: Scarlet Gum. HEX triplet: 41, 11 and 5B. RGB value is (65,17,91). Sum of RGB (Red+Green+Blue) = 65+17+91=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #41115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41115B is #BEEEA4. Grayscale: #272727. Windows color (decimal): -12512933 or 5968193. OLE color: 5968193.

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

Color convert

RGB 65 17 91 -
CMYK 0.29 0.81 0 0.64
HSL 278.92º 0.69% 0.21% -
HSV(B) 278.92º 0.81% 0.36% -
XYZ 4.27 2.28 10.11 -
YUV 39.79 156.9 145.98 -
System Red Green Blue C M Y K H S L
Decimal 65 17 91 0.29 0.81 0 0.64 278.92 0.69 0.21
Hex 41 11 5B 1D 51 0 40 117 45 15
Octal 101 21 133 35 121 0 100 427 105 25
Binary 1000001 10001 1011011 11101 1010001 0 1000000 100010111 1000101 10101

Color Harmonies of #41115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41115B

Black with #41115B

Text Example


Text Example

White with #41115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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