Html Css Color HEX #411248 Mardi Gras

📋 copy color: '#411248'

red 65 ◦ green 18 ◦ blue 72

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

Shades of Mardi Gras #411248

Tints of Mardi Gras #411248

RGB

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

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

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

R = 41.94%
G = 11.61%
B = 46.45%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411248 (or 0x411248) is known color: Mardi Gras. HEX triplet: 41, 12 and 48. RGB value is (65,18,72). Sum of RGB (Red+Green+Blue) = 65+18+72=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #411248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411248 is #BEEDB7. Grayscale: #262626. Windows color (decimal): -12512696 or 4723265. OLE color: 4723265.

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

Color convert

RGB 65 18 72 -
CMYK 0.10 0.75 0 0.72
HSL 292.22º 0.6% 0.18% -
HSV(B) 292.22º 0.75% 0.28% -
XYZ 3.57 2.02 6.33 -
YUV 38.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 65 18 72 0.10 0.75 0 0.72 292.22 0.6 0.18
Hex 41 12 48 A 4B 0 48 124 3C 12
Octal 101 22 110 12 113 0 110 444 74 22
Binary 1000001 10010 1001000 1010 1001011 0 1001000 100100100 111100 10010

Color Harmonies of #411248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411248

Black with #411248

Text Example


Text Example

White with #411248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411248; }

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

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

background-color css

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

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

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

border-color css

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

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

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