Html Css Color HEX #41135B Scarlet Gum

📋 copy color: '#41135B'

red 65 ◦ green 19 ◦ blue 91

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

Shades of Scarlet Gum #41135B

Tints of Scarlet Gum #41135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 37.14%
G = 10.86%
B = 52%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41135B (or 0x41135B) is known color: Scarlet Gum. HEX triplet: 41, 13 and 5B. RGB value is (65,19,91). Sum of RGB (Red+Green+Blue) = 65+19+91=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #41135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41135B is #BEECA4. Grayscale: #282828. Windows color (decimal): -12512421 or 5968705. OLE color: 5968705.

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

Color convert

RGB 65 19 91 -
CMYK 0.29 0.79 0 0.64
HSL 278.33º 0.65% 0.22% -
HSV(B) 278.33º 0.79% 0.36% -
XYZ 4.3 2.34 10.12 -
YUV 40.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 65 19 91 0.29 0.79 0 0.64 278.33 0.65 0.22
Hex 41 13 5B 1D 4F 0 40 116 41 16
Octal 101 23 133 35 117 0 100 426 101 26
Binary 1000001 10011 1011011 11101 1001111 0 1000000 100010110 1000001 10110

Color Harmonies of #41135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41135B

Black with #41135B

Text Example


Text Example

White with #41135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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