Html Css Color HEX #430349 Mardi Gras

📋 copy color: '#430349'

red 67 ◦ green 3 ◦ blue 73

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

Shades of Mardi Gras #430349

Tints of Mardi Gras #430349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 51.05%

R = 46.85%
G = 2.1%
B = 51.05%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#430349 (or 0x430349) is known color: Mardi Gras. HEX triplet: 43, 03 and 49. RGB value is (67,3,73). Sum of RGB (Red+Green+Blue) = 67+3+73=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #430349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430349 is #BCFCB6. Grayscale: #1D1D1D. Windows color (decimal): -12385463 or 4784963. OLE color: 4784963.

HSL color Cylindrical-coordinate representation of color #430349: hue angle of 294.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430349 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 3 73 -
CMYK 0.08 0.96 0 0.71
HSL 294.86º 0.92% 0.15% -
HSV(B) 294.86º 0.96% 0.29% -
XYZ 3.55 1.74 6.45 -
YUV 30.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 67 3 73 0.08 0.96 0 0.71 294.86 0.92 0.15
Hex 43 3 49 8 60 0 47 127 5C F
Octal 103 3 111 10 140 0 107 447 134 17
Binary 1000011 11 1001001 1000 1100000 0 1000111 100100111 1011100 1111

Color Harmonies of #430349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430349

Black with #430349

Text Example


Text Example

White with #430349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430349; }

 p { color: rgb(67,3,73); }

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

background-color css

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

 a { background-color: rgb(67,3,73); }

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

border-color css

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

 span { border-color: rgb(67,3,73); }

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