Html Css Color HEX #430249 Mardi Gras

📋 copy color: '#430249'

red 67 ◦ green 2 ◦ blue 73

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

Shades of Mardi Gras #430249

Tints of Mardi Gras #430249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 47.18%
G = 1.41%
B = 51.41%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#430249 (or 0x430249) is known color: Mardi Gras. HEX triplet: 43, 02 and 49. RGB value is (67,2,73). Sum of RGB (Red+Green+Blue) = 67+2+73=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #430249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430249 is #BCFDB6. Grayscale: #1D1D1D. Windows color (decimal): -12385719 or 4784707. OLE color: 4784707.

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

Color convert

RGB 67 2 73 -
CMYK 0.08 0.97 0 0.71
HSL 294.93º 0.95% 0.15% -
HSV(B) 294.93º 0.97% 0.29% -
XYZ 3.54 1.72 6.45 -
YUV 29.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 67 2 73 0.08 0.97 0 0.71 294.93 0.95 0.15
Hex 43 2 49 8 61 0 47 127 5F F
Octal 103 2 111 10 141 0 107 447 137 17
Binary 1000011 10 1001001 1000 1100001 0 1000111 100100111 1011111 1111

Color Harmonies of #430249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430249

Black with #430249

Text Example


Text Example

White with #430249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430249; }

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

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

background-color css

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

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

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

border-color css

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

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

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