Html Css Color HEX #41115A Scarlet Gum

📋 copy color: '#41115A'

red 65 ◦ green 17 ◦ blue 90

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

Shades of Scarlet Gum #41115A

Tints of Scarlet Gum #41115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 52.33%

R = 37.79%
G = 9.88%
B = 52.33%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41115A (or 0x41115A) is known color: Scarlet Gum. HEX triplet: 41, 11 and 5A. RGB value is (65,17,90). Sum of RGB (Red+Green+Blue) = 65+17+90=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #41115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41115A is #BEEEA5. Grayscale: #272727. Windows color (decimal): -12512934 or 5902657. OLE color: 5902657.

HSL color Cylindrical-coordinate representation of color #41115A: hue angle of 279.45º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41115A is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 17 90 -
CMYK 0.28 0.81 0 0.65
HSL 279.45º 0.68% 0.21% -
HSV(B) 279.45º 0.81% 0.35% -
XYZ 4.23 2.26 9.89 -
YUV 39.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 65 17 90 0.28 0.81 0 0.65 279.45 0.68 0.21
Hex 41 11 5A 1C 51 0 41 117 44 15
Octal 101 21 132 34 121 0 101 427 104 25
Binary 1000001 10001 1011010 11100 1010001 0 1000001 100010111 1000100 10101

Color Harmonies of #41115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41115A

Black with #41115A

Text Example


Text Example

White with #41115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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