Html Css Color HEX #411348 Mardi Gras

📋 copy color: '#411348'

red 65 ◦ green 19 ◦ blue 72

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

Shades of Mardi Gras #411348

Tints of Mardi Gras #411348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

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

R = 41.67%
G = 12.18%
B = 46.15%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#411348 (or 0x411348) is known color: Mardi Gras. HEX triplet: 41, 13 and 48. RGB value is (65,19,72). Sum of RGB (Red+Green+Blue) = 65+19+72=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #411348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411348 is #BEECB7. Grayscale: #262626. Windows color (decimal): -12512440 or 4723521. OLE color: 4723521.

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

Color convert

RGB 65 19 72 -
CMYK 0.10 0.74 0 0.72
HSL 292.08º 0.58% 0.18% -
HSV(B) 292.08º 0.74% 0.28% -
XYZ 3.58 2.06 6.34 -
YUV 38.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 65 19 72 0.10 0.74 0 0.72 292.08 0.58 0.18
Hex 41 13 48 A 4A 0 48 124 3A 12
Octal 101 23 110 12 112 0 110 444 72 22
Binary 1000001 10011 1001000 1010 1001010 0 1001000 100100100 111010 10010

Color Harmonies of #411348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411348

Black with #411348

Text Example


Text Example

White with #411348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411348; }

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

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

background-color css

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

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

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

border-color css

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

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

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