Html Css Color HEX #41124F Scarlet Gum

📋 copy color: '#41124F'

red 65 ◦ green 18 ◦ blue 79

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

Shades of Scarlet Gum #41124F

Tints of Scarlet Gum #41124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 40.12%
G = 11.11%
B = 48.77%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41124F (or 0x41124F) is known color: Scarlet Gum. HEX triplet: 41, 12 and 4F. RGB value is (65,18,79). Sum of RGB (Red+Green+Blue) = 65+18+79=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #41124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41124F is #BEEDB0. Grayscale: #262626. Windows color (decimal): -12512689 or 5182017. OLE color: 5182017.

HSL color Cylindrical-coordinate representation of color #41124F: hue angle of 286.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41124F is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 18 79 -
CMYK 0.18 0.77 0 0.69
HSL 286.23º 0.63% 0.19% -
HSV(B) 286.23º 0.77% 0.31% -
XYZ 3.81 2.12 7.61 -
YUV 39.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 65 18 79 0.18 0.77 0 0.69 286.23 0.63 0.19
Hex 41 12 4F 12 4D 0 45 11E 3F 13
Octal 101 22 117 22 115 0 105 436 77 23
Binary 1000001 10010 1001111 10010 1001101 0 1000101 100011110 111111 10011

Color Harmonies of #41124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41124F

Black with #41124F

Text Example


Text Example

White with #41124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41124F; }

 p { color: rgb(65,18,79); }

 H1.HeaderClassName
 {
   color: #41124F;
 }
 .AnyTagClassName
 {
   color: #41124F;
 }
</style>

background-color css

<style>
 a { background-color: #41124F; }

 a { background-color: rgb(65,18,79); }

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

border-color css

<style>
 span { border-color: #41124F; }

 span { border-color: rgb(65,18,79); }

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