Html Css Color HEX #41145C Scarlet Gum

📋 copy color: '#41145C'

red 65 ◦ green 20 ◦ blue 92

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

Shades of Scarlet Gum #41145C

Tints of Scarlet Gum #41145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

 BLUE value IS 92 (36.33% from 255) = 51.98%

R = 36.72%
G = 11.3%
B = 51.98%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41145C (or 0x41145C) is known color: Scarlet Gum. HEX triplet: 41, 14 and 5C. RGB value is (65,20,92). Sum of RGB (Red+Green+Blue) = 65+20+92=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #41145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41145C is #BEEBA3. Grayscale: #292929. Windows color (decimal): -12512164 or 6034497. OLE color: 6034497.

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

Color convert

RGB 65 20 92 -
CMYK 0.29 0.78 0 0.64
HSL 277.5º 0.64% 0.22% -
HSV(B) 277.5º 0.78% 0.36% -
XYZ 4.36 2.4 10.36 -
YUV 41.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 65 20 92 0.29 0.78 0 0.64 277.5 0.64 0.22
Hex 41 14 5C 1D 4E 0 40 116 40 16
Octal 101 24 134 35 116 0 100 426 100 26
Binary 1000001 10100 1011100 11101 1001110 0 1000000 100010110 1000000 10110

Color Harmonies of #41145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41145C

Black with #41145C

Text Example


Text Example

White with #41145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41145C; }

 p { color: rgb(65,20,92); }

 H1.HeaderClassName
 {
   color: #41145C;
 }
 .AnyTagClassName
 {
   color: #41145C;
 }
</style>

background-color css

<style>
 a { background-color: #41145C; }

 a { background-color: rgb(65,20,92); }

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

border-color css

<style>
 span { border-color: #41145C; }

 span { border-color: rgb(65,20,92); }

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