Html Css Color HEX #41204C Scarlet Gum

📋 copy color: '#41204C'

red 65 ◦ green 32 ◦ blue 76

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

Shades of Scarlet Gum #41204C

Tints of Scarlet Gum #41204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 37.57%
G = 18.5%
B = 43.93%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41204C (or 0x41204C) is known color: Scarlet Gum. HEX triplet: 41, 20 and 4C. RGB value is (65,32,76). Sum of RGB (Red+Green+Blue) = 65+32+76=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #41204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41204C is #BEDFB3. Grayscale: #2E2E2E. Windows color (decimal): -12509108 or 4988993. OLE color: 4988993.

HSL color Cylindrical-coordinate representation of color #41204C: hue angle of 285º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41204C is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 32 76 -
CMYK 0.14 0.58 0 0.70
HSL 285º 0.41% 0.21% -
HSV(B) 285º 0.58% 0.3% -
XYZ 4 2.68 7.14 -
YUV 46.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 65 32 76 0.14 0.58 0 0.70 285 0.41 0.21
Hex 41 20 4C E 3A 0 46 11D 29 15
Octal 101 40 114 16 72 0 106 435 51 25
Binary 1000001 100000 1001100 1110 111010 0 1000110 100011101 101001 10101

Color Harmonies of #41204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41204C

Black with #41204C

Text Example


Text Example

White with #41204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,32,76); }

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

background-color css

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

 a { background-color: rgb(65,32,76); }

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

border-color css

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

 span { border-color: rgb(65,32,76); }

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