Html Css Color HEX #41215B Scarlet Gum

📋 copy color: '#41215B'

red 65 ◦ green 33 ◦ blue 91

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

Shades of Scarlet Gum #41215B

Tints of Scarlet Gum #41215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

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

R = 34.39%
G = 17.46%
B = 48.15%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41215B (or 0x41215B) is known color: Scarlet Gum. HEX triplet: 41, 21 and 5B. RGB value is (65,33,91). Sum of RGB (Red+Green+Blue) = 65+33+91=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #41215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41215B is #BEDEA4. Grayscale: #303030. Windows color (decimal): -12508837 or 5972289. OLE color: 5972289.

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

Color convert

RGB 65 33 91 -
CMYK 0.29 0.64 0 0.64
HSL 273.1º 0.47% 0.24% -
HSV(B) 273.1º 0.64% 0.36% -
XYZ 4.61 2.97 10.23 -
YUV 49.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 65 33 91 0.29 0.64 0 0.64 273.1 0.47 0.24
Hex 41 21 5B 1D 40 0 40 111 2F 18
Octal 101 41 133 35 100 0 100 421 57 30
Binary 1000001 100001 1011011 11101 1000000 0 1000000 100010001 101111 11000

Color Harmonies of #41215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41215B

Black with #41215B

Text Example


Text Example

White with #41215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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