Html Css Color HEX #410848 Mardi Gras

📋 copy color: '#410848'

red 65 ◦ green 8 ◦ blue 72

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

Shades of Mardi Gras #410848

Tints of Mardi Gras #410848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

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

R = 44.83%
G = 5.52%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#410848 (or 0x410848) is known color: Mardi Gras. HEX triplet: 41, 08 and 48. RGB value is (65,8,72). Sum of RGB (Red+Green+Blue) = 65+8+72=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #410848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410848 is #BEF7B7. Grayscale: #202020. Windows color (decimal): -12515256 or 4720705. OLE color: 4720705.

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

Color convert

RGB 65 8 72 -
CMYK 0.10 0.89 0 0.72
HSL 293.44º 0.8% 0.16% -
HSV(B) 293.44º 0.89% 0.28% -
XYZ 3.44 1.77 6.29 -
YUV 32.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 65 8 72 0.10 0.89 0 0.72 293.44 0.8 0.16
Hex 41 8 48 A 59 0 48 125 50 10
Octal 101 10 110 12 131 0 110 445 120 20
Binary 1000001 1000 1001000 1010 1011001 0 1001000 100100101 1010000 10000

Color Harmonies of #410848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410848

Black with #410848

Text Example


Text Example

White with #410848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410848; }

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

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

background-color css

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

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

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

border-color css

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

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

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