Html Css Color HEX #41165A Scarlet Gum

📋 copy color: '#41165A'

red 65 ◦ green 22 ◦ blue 90

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

Shades of Scarlet Gum #41165A

Tints of Scarlet Gum #41165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 36.72%
G = 12.43%
B = 50.85%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41165A (or 0x41165A) is known color: Scarlet Gum. HEX triplet: 41, 16 and 5A. RGB value is (65,22,90). Sum of RGB (Red+Green+Blue) = 65+22+90=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #41165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41165A is #BEE9A5. Grayscale: #2A2A2A. Windows color (decimal): -12511654 or 5903937. OLE color: 5903937.

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

Color convert

RGB 65 22 90 -
CMYK 0.28 0.76 0 0.65
HSL 277.94º 0.61% 0.22% -
HSV(B) 277.94º 0.76% 0.35% -
XYZ 4.31 2.44 9.92 -
YUV 42.61 154.75 143.97 -
System Red Green Blue C M Y K H S L
Decimal 65 22 90 0.28 0.76 0 0.65 277.94 0.61 0.22
Hex 41 16 5A 1C 4C 0 41 116 3D 16
Octal 101 26 132 34 114 0 101 426 75 26
Binary 1000001 10110 1011010 11100 1001100 0 1000001 100010110 111101 10110

Color Harmonies of #41165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41165A

Black with #41165A

Text Example


Text Example

White with #41165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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