Html Css Color HEX #410143 Mardi Gras

📋 copy color: '#410143'

red 65 ◦ green 1 ◦ blue 67

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

Shades of Mardi Gras #410143

Tints of Mardi Gras #410143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

 BLUE value IS 67 (26.56% from 255) = 50.38%

R = 48.87%
G = 0.75%
B = 50.38%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#410143 (or 0x410143) is known color: Mardi Gras. HEX triplet: 41, 01 and 43. RGB value is (65,1,67). Sum of RGB (Red+Green+Blue) = 65+1+67=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #410143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410143 is #BEFEBC. Grayscale: #1B1B1B. Windows color (decimal): -12517053 or 4391233. OLE color: 4391233.

HSL color Cylindrical-coordinate representation of color #410143: hue angle of 298.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410143 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 1 67 -
CMYK 0.03 0.99 0 0.74
HSL 298.18º 0.97% 0.13% -
HSV(B) 298.18º 0.99% 0.26% -
XYZ 3.2 1.55 5.44 -
YUV 27.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 65 1 67 0.03 0.99 0 0.74 298.18 0.97 0.13
Hex 41 1 43 3 63 0 4A 12A 61 D
Octal 101 1 103 3 143 0 112 452 141 15
Binary 1000001 1 1000011 11 1100011 0 1001010 100101010 1100001 1101

Color Harmonies of #410143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410143

Black with #410143

Text Example


Text Example

White with #410143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410143; }

 p { color: rgb(65,1,67); }

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

background-color css

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

 a { background-color: rgb(65,1,67); }

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

border-color css

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

 span { border-color: rgb(65,1,67); }

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