Html Css Color HEX #430040 Mardi Gras

📋 copy color: '#430040'

red 67 ◦ green 0 ◦ blue 64

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

Shades of Mardi Gras #430040

Tints of Mardi Gras #430040

RGB

 RED value IS 67 (26.56% from 255) = 51.15%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.15%
G = 0%
B = 48.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#430040 (or 0x430040) is known color: Mardi Gras. HEX triplet: 43, 00 and 40. RGB value is (67,0,64). Sum of RGB (Red+Green+Blue) = 67+0+64=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #430040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430040 is #BCFFBF. Grayscale: #1B1B1B. Windows color (decimal): -12386240 or 4194371. OLE color: 4194371.

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

Color convert

RGB 67 0 64 -
CMYK 0 1 0.04 0.74
HSL 302.69º 1% 0.13% -
HSV(B) 302.69º 1% 0.26% -
XYZ 3.24 1.56 4.98 -
YUV 27.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 67 0 64 0 1 0.04 0.74 302.69 1 0.13
Hex 43 0 40 0 64 4 4A 12F 64 D
Octal 103 0 100 0 144 4 112 457 144 15
Binary 1000011 0 1000000 0 1100100 100 1001010 100101111 1100100 1101

Color Harmonies of #430040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430040

Black with #430040

Text Example


Text Example

White with #430040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430040; }

 p { color: rgb(67,0,64); }

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

background-color css

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

 a { background-color: rgb(67,0,64); }

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

border-color css

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

 span { border-color: rgb(67,0,64); }

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