Html Css Color HEX #430747 Mardi Gras

📋 copy color: '#430747'

red 67 ◦ green 7 ◦ blue 71

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

Shades of Mardi Gras #430747

Tints of Mardi Gras #430747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

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

R = 46.21%
G = 4.83%
B = 48.97%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#430747 (or 0x430747) is known color: Mardi Gras. HEX triplet: 43, 07 and 47. RGB value is (67,7,71). Sum of RGB (Red+Green+Blue) = 67+7+71=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #430747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430747 is #BCF8B8. Grayscale: #202020. Windows color (decimal): -12384441 or 4654915. OLE color: 4654915.

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

Color convert

RGB 67 7 71 -
CMYK 0.06 0.90 0 0.72
HSL 296.25º 0.82% 0.15% -
HSV(B) 296.25º 0.9% 0.28% -
XYZ 3.53 1.8 6.12 -
YUV 32.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 67 7 71 0.06 0.90 0 0.72 296.25 0.82 0.15
Hex 43 7 47 6 5A 0 48 128 52 F
Octal 103 7 107 6 132 0 110 450 122 17
Binary 1000011 111 1000111 110 1011010 0 1001000 100101000 1010010 1111

Color Harmonies of #430747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430747

Black with #430747

Text Example


Text Example

White with #430747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430747; }

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

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

background-color css

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

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

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

border-color css

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

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

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