Html Css Color HEX #430347 Mardi Gras

📋 copy color: '#430347'

red 67 ◦ green 3 ◦ blue 71

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

Shades of Mardi Gras #430347

Tints of Mardi Gras #430347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.35%

R = 47.52%
G = 2.13%
B = 50.35%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#430347 (or 0x430347) is known color: Mardi Gras. HEX triplet: 43, 03 and 47. RGB value is (67,3,71). Sum of RGB (Red+Green+Blue) = 67+3+71=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #430347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430347 is #BCFCB8. Grayscale: #1D1D1D. Windows color (decimal): -12385465 or 4653891. OLE color: 4653891.

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

Color convert

RGB 67 3 71 -
CMYK 0.06 0.96 0 0.72
HSL 296.47º 0.92% 0.15% -
HSV(B) 296.47º 0.96% 0.28% -
XYZ 3.48 1.71 6.11 -
YUV 29.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 67 3 71 0.06 0.96 0 0.72 296.47 0.92 0.15
Hex 43 3 47 6 60 0 48 128 5C F
Octal 103 3 107 6 140 0 110 450 134 17
Binary 1000011 11 1000111 110 1100000 0 1001000 100101000 1011100 1111

Color Harmonies of #430347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430347

Black with #430347

Text Example


Text Example

White with #430347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430347; }

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

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

background-color css

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

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

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

border-color css

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

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

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