Html Css Color HEX #410244 Mardi Gras

📋 copy color: '#410244'

red 65 ◦ green 2 ◦ blue 68

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

Shades of Mardi Gras #410244

Tints of Mardi Gras #410244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 68 (26.95% from 255) = 50.37%

R = 48.15%
G = 1.48%
B = 50.37%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#410244 (or 0x410244) is known color: Mardi Gras. HEX triplet: 41, 02 and 44. RGB value is (65,2,68). Sum of RGB (Red+Green+Blue) = 65+2+68=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #410244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410244 is #BEFDBB. Grayscale: #1C1C1C. Windows color (decimal): -12516796 or 4457025. OLE color: 4457025.

HSL color Cylindrical-coordinate representation of color #410244: hue angle of 297.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410244 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 2 68 -
CMYK 0.04 0.97 0 0.73
HSL 297.27º 0.94% 0.14% -
HSV(B) 297.27º 0.97% 0.27% -
XYZ 3.25 1.58 5.6 -
YUV 28.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 65 2 68 0.04 0.97 0 0.73 297.27 0.94 0.14
Hex 41 2 44 4 61 0 49 129 5E E
Octal 101 2 104 4 141 0 111 451 136 16
Binary 1000001 10 1000100 100 1100001 0 1001001 100101001 1011110 1110

Color Harmonies of #410244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410244

Black with #410244

Text Example


Text Example

White with #410244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410244; }

 p { color: rgb(65,2,68); }

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

background-color css

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

 a { background-color: rgb(65,2,68); }

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

border-color css

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

 span { border-color: rgb(65,2,68); }

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