Html Css Color HEX #41185A Scarlet Gum

📋 copy color: '#41185A'

red 65 ◦ green 24 ◦ blue 90

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

Shades of Scarlet Gum #41185A

Tints of Scarlet Gum #41185A

RGB

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

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

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

R = 36.31%
G = 13.41%
B = 50.28%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41185A (or 0x41185A) is known color: Scarlet Gum. HEX triplet: 41, 18 and 5A. RGB value is (65,24,90). Sum of RGB (Red+Green+Blue) = 65+24+90=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #41185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41185A is #BEE7A5. Grayscale: #2B2B2B. Windows color (decimal): -12511142 or 5904449. OLE color: 5904449.

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

Color convert

RGB 65 24 90 -
CMYK 0.28 0.73 0 0.65
HSL 277.27º 0.58% 0.22% -
HSV(B) 277.27º 0.73% 0.35% -
XYZ 4.35 2.52 9.93 -
YUV 43.78 154.08 143.13 -
System Red Green Blue C M Y K H S L
Decimal 65 24 90 0.28 0.73 0 0.65 277.27 0.58 0.22
Hex 41 18 5A 1C 49 0 41 115 3A 16
Octal 101 30 132 34 111 0 101 425 72 26
Binary 1000001 11000 1011010 11100 1001001 0 1000001 100010101 111010 10110

Color Harmonies of #41185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41185A

Black with #41185A

Text Example


Text Example

White with #41185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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