Html Css Color HEX #430342 Mardi Gras

📋 copy color: '#430342'

red 67 ◦ green 3 ◦ blue 66

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

Shades of Mardi Gras #430342

Tints of Mardi Gras #430342

RGB

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

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

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

R = 49.26%
G = 2.21%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#430342 (or 0x430342) is known color: Mardi Gras. HEX triplet: 43, 03 and 42. RGB value is (67,3,66). Sum of RGB (Red+Green+Blue) = 67+3+66=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #430342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430342 is #BCFCBD. Grayscale: #1D1D1D. Windows color (decimal): -12385470 or 4326211. OLE color: 4326211.

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

Color convert

RGB 67 3 66 -
CMYK 0 0.96 0.01 0.74
HSL 300.94º 0.91% 0.14% -
HSV(B) 300.94º 0.96% 0.26% -
XYZ 3.33 1.65 5.3 -
YUV 29.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 67 3 66 0 0.96 0.01 0.74 300.94 0.91 0.14
Hex 43 3 42 0 60 1 4A 12D 5B E
Octal 103 3 102 0 140 1 112 455 133 16
Binary 1000011 11 1000010 0 1100000 1 1001010 100101101 1011011 1110

Color Harmonies of #430342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430342

Black with #430342

Text Example


Text Example

White with #430342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430342; }

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

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

background-color css

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

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

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

border-color css

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

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

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