Html Css Color HEX #410340 Mardi Gras

📋 copy color: '#410340'

red 65 ◦ green 3 ◦ blue 64

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

Shades of Mardi Gras #410340

Tints of Mardi Gras #410340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 64 (25.39% from 255) = 48.48%

R = 49.24%
G = 2.27%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#410340 (or 0x410340) is known color: Mardi Gras. HEX triplet: 41, 03 and 40. RGB value is (65,3,64). Sum of RGB (Red+Green+Blue) = 65+3+64=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #410340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410340 is #BEFCBF. Grayscale: #1C1C1C. Windows color (decimal): -12516544 or 4195137. OLE color: 4195137.

HSL color Cylindrical-coordinate representation of color #410340: hue angle of 300.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410340 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 3 64 -
CMYK 0 0.95 0.02 0.75
HSL 300.97º 0.91% 0.13% -
HSV(B) 300.97º 0.95% 0.25% -
XYZ 3.14 1.56 4.99 -
YUV 28.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 65 3 64 0 0.95 0.02 0.75 300.97 0.91 0.13
Hex 41 3 40 0 5F 2 4B 12D 5B D
Octal 101 3 100 0 137 2 113 455 133 15
Binary 1000001 11 1000000 0 1011111 10 1001011 100101101 1011011 1101

Color Harmonies of #410340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410340

Black with #410340

Text Example


Text Example

White with #410340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410340; }

 p { color: rgb(65,3,64); }

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

background-color css

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

 a { background-color: rgb(65,3,64); }

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

border-color css

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

 span { border-color: rgb(65,3,64); }

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