Html Css Color HEX #411748 Mardi Gras

📋 copy color: '#411748'

red 65 ◦ green 23 ◦ blue 72

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

Shades of Mardi Gras #411748

Tints of Mardi Gras #411748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 72 (28.52% from 255) = 45%

R = 40.63%
G = 14.38%
B = 45%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411748 (or 0x411748) is known color: Mardi Gras. HEX triplet: 41, 17 and 48. RGB value is (65,23,72). Sum of RGB (Red+Green+Blue) = 65+23+72=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #411748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411748 is #BEE8B7. Grayscale: #282828. Windows color (decimal): -12511416 or 4724545. OLE color: 4724545.

HSL color Cylindrical-coordinate representation of color #411748: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411748 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 23 72 -
CMYK 0.10 0.68 0 0.72
HSL 291.43º 0.52% 0.19% -
HSV(B) 291.43º 0.68% 0.28% -
XYZ 3.66 2.2 6.36 -
YUV 41.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 65 23 72 0.10 0.68 0 0.72 291.43 0.52 0.19
Hex 41 17 48 A 44 0 48 123 34 13
Octal 101 27 110 12 104 0 110 443 64 23
Binary 1000001 10111 1001000 1010 1000100 0 1001000 100100011 110100 10011

Color Harmonies of #411748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411748

Black with #411748

Text Example


Text Example

White with #411748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411748; }

 p { color: rgb(65,23,72); }

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

background-color css

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

 a { background-color: rgb(65,23,72); }

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

border-color css

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

 span { border-color: rgb(65,23,72); }

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