Html Css Color HEX #410246 Mardi Gras

📋 copy color: '#410246'

red 65 ◦ green 2 ◦ blue 70

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

Shades of Mardi Gras #410246

Tints of Mardi Gras #410246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 51.09%

R = 47.45%
G = 1.46%
B = 51.09%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#410246 (or 0x410246) is known color: Mardi Gras. HEX triplet: 41, 02 and 46. RGB value is (65,2,70). Sum of RGB (Red+Green+Blue) = 65+2+70=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #410246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410246 is #BEFDB9. Grayscale: #1C1C1C. Windows color (decimal): -12516794 or 4588097. OLE color: 4588097.

HSL color Cylindrical-coordinate representation of color #410246: hue angle of 295.59º 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 #410246 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 2 70 -
CMYK 0.07 0.97 0 0.73
HSL 295.59º 0.94% 0.14% -
HSV(B) 295.59º 0.97% 0.27% -
XYZ 3.31 1.61 5.93 -
YUV 28.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 65 2 70 0.07 0.97 0 0.73 295.59 0.94 0.14
Hex 41 2 46 7 61 0 49 128 5E E
Octal 101 2 106 7 141 0 111 450 136 16
Binary 1000001 10 1000110 111 1100001 0 1001001 100101000 1011110 1110

Color Harmonies of #410246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410246

Black with #410246

Text Example


Text Example

White with #410246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410246; }

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

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

background-color css

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

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

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

border-color css

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

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

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