Html Css Color HEX #41224E Scarlet Gum

📋 copy color: '#41224E'

red 65 ◦ green 34 ◦ blue 78

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

Shades of Scarlet Gum #41224E

Tints of Scarlet Gum #41224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 78 (30.86% from 255) = 44.07%

R = 36.72%
G = 19.21%
B = 44.07%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41224E (or 0x41224E) is known color: Scarlet Gum. HEX triplet: 41, 22 and 4E. RGB value is (65,34,78). Sum of RGB (Red+Green+Blue) = 65+34+78=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #41224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41224E is #BEDDB1. Grayscale: #303030. Windows color (decimal): -12508594 or 5120577. OLE color: 5120577.

HSL color Cylindrical-coordinate representation of color #41224E: hue angle of 282.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41224E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 34 78 -
CMYK 0.17 0.56 0 0.69
HSL 282.27º 0.39% 0.22% -
HSV(B) 282.27º 0.56% 0.31% -
XYZ 4.13 2.82 7.53 -
YUV 48.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 65 34 78 0.17 0.56 0 0.69 282.27 0.39 0.22
Hex 41 22 4E 11 38 0 45 11A 27 16
Octal 101 42 116 21 70 0 105 432 47 26
Binary 1000001 100010 1001110 10001 111000 0 1000101 100011010 100111 10110

Color Harmonies of #41224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41224E

Black with #41224E

Text Example


Text Example

White with #41224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41224E; }

 p { color: rgb(65,34,78); }

 H1.HeaderClassName
 {
   color: #41224E;
 }
 .AnyTagClassName
 {
   color: #41224E;
 }
</style>

background-color css

<style>
 a { background-color: #41224E; }

 a { background-color: rgb(65,34,78); }

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

border-color css

<style>
 span { border-color: #41224E; }

 span { border-color: rgb(65,34,78); }

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