Html Css Color HEX #41205A Scarlet Gum

📋 copy color: '#41205A'

red 65 ◦ green 32 ◦ blue 90

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

Shades of Scarlet Gum #41205A

Tints of Scarlet Gum #41205A

RGB

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

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

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

R = 34.76%
G = 17.11%
B = 48.13%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41205A (or 0x41205A) is known color: Scarlet Gum. HEX triplet: 41, 20 and 5A. RGB value is (65,32,90). Sum of RGB (Red+Green+Blue) = 65+32+90=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #41205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41205A is #BEDFA5. Grayscale: #303030. Windows color (decimal): -12509094 or 5906497. OLE color: 5906497.

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

Color convert

RGB 65 32 90 -
CMYK 0.28 0.64 0 0.65
HSL 274.14º 0.48% 0.24% -
HSV(B) 274.14º 0.64% 0.35% -
XYZ 4.54 2.9 9.99 -
YUV 48.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 65 32 90 0.28 0.64 0 0.65 274.14 0.48 0.24
Hex 41 20 5A 1C 40 0 41 112 30 18
Octal 101 40 132 34 100 0 101 422 60 30
Binary 1000001 100000 1011010 11100 1000000 0 1000001 100010010 110000 11000

Color Harmonies of #41205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41205A

Black with #41205A

Text Example


Text Example

White with #41205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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