Html Css Color HEX #41165B Scarlet Gum

📋 copy color: '#41165B'

red 65 ◦ green 22 ◦ blue 91

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

Shades of Scarlet Gum #41165B

Tints of Scarlet Gum #41165B

RGB

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

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

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

R = 36.52%
G = 12.36%
B = 51.12%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41165B (or 0x41165B) is known color: Scarlet Gum. HEX triplet: 41, 16 and 5B. RGB value is (65,22,91). Sum of RGB (Red+Green+Blue) = 65+22+91=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #41165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41165B is #BEE9A4. Grayscale: #2A2A2A. Windows color (decimal): -12511653 or 5969473. OLE color: 5969473.

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

Color convert

RGB 65 22 91 -
CMYK 0.29 0.76 0 0.64
HSL 277.39º 0.61% 0.22% -
HSV(B) 277.39º 0.76% 0.36% -
XYZ 4.36 2.45 10.14 -
YUV 42.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 65 22 91 0.29 0.76 0 0.64 277.39 0.61 0.22
Hex 41 16 5B 1D 4C 0 40 115 3D 16
Octal 101 26 133 35 114 0 100 425 75 26
Binary 1000001 10110 1011011 11101 1001100 0 1000000 100010101 111101 10110

Color Harmonies of #41165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41165B

Black with #41165B

Text Example


Text Example

White with #41165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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