Html Css Color HEX #43094A Mardi Gras

📋 copy color: '#43094A'

red 67 ◦ green 9 ◦ blue 74

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

Shades of Mardi Gras #43094A

Tints of Mardi Gras #43094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6%

 BLUE value IS 74 (29.3% from 255) = 49.33%

R = 44.67%
G = 6%
B = 49.33%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#43094A (or 0x43094A) is known color: Mardi Gras. HEX triplet: 43, 09 and 4A. RGB value is (67,9,74). Sum of RGB (Red+Green+Blue) = 67+9+74=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #43094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43094A is #BCF6B5. Grayscale: #212121. Windows color (decimal): -12383926 or 4852035. OLE color: 4852035.

HSL color Cylindrical-coordinate representation of color #43094A: hue angle of 293.54º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43094A is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 9 74 -
CMYK 0.09 0.88 0 0.71
HSL 293.54º 0.78% 0.16% -
HSV(B) 293.54º 0.88% 0.29% -
XYZ 3.65 1.88 6.65 -
YUV 33.75 150.72 151.71 -
System Red Green Blue C M Y K H S L
Decimal 67 9 74 0.09 0.88 0 0.71 293.54 0.78 0.16
Hex 43 9 4A 9 58 0 47 126 4E 10
Octal 103 11 112 11 130 0 107 446 116 20
Binary 1000011 1001 1001010 1001 1011000 0 1000111 100100110 1001110 10000

Color Harmonies of #43094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43094A

Black with #43094A

Text Example


Text Example

White with #43094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43094A; }

 p { color: rgb(67,9,74); }

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

background-color css

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

 a { background-color: rgb(67,9,74); }

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

border-color css

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

 span { border-color: rgb(67,9,74); }

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