Html Css Color HEX #430442 Mardi Gras

📋 copy color: '#430442'

red 67 ◦ green 4 ◦ blue 66

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

Shades of Mardi Gras #430442

Tints of Mardi Gras #430442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 66 (26.17% from 255) = 48.18%

R = 48.91%
G = 2.92%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#430442 (or 0x430442) is known color: Mardi Gras. HEX triplet: 43, 04 and 42. RGB value is (67,4,66). Sum of RGB (Red+Green+Blue) = 67+4+66=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 66 (26.17% from 255 or 48.18% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #430442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430442 is #BCFBBD. Grayscale: #1D1D1D. Windows color (decimal): -12385214 or 4326467. OLE color: 4326467.

HSL color Cylindrical-coordinate representation of color #430442: hue angle of 300.95º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430442 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 4 66 -
CMYK 0 0.94 0.01 0.74
HSL 300.95º 0.89% 0.14% -
HSV(B) 300.95º 0.94% 0.26% -
XYZ 3.34 1.67 5.3 -
YUV 29.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 67 4 66 0 0.94 0.01 0.74 300.95 0.89 0.14
Hex 43 4 42 0 5E 1 4A 12D 59 E
Octal 103 4 102 0 136 1 112 455 131 16
Binary 1000011 100 1000010 0 1011110 1 1001010 100101101 1011001 1110

Color Harmonies of #430442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430442

Black with #430442

Text Example


Text Example

White with #430442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430442; }

 p { color: rgb(67,4,66); }

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

background-color css

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

 a { background-color: rgb(67,4,66); }

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

border-color css

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

 span { border-color: rgb(67,4,66); }

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