Html Css Color HEX #430741 Mardi Gras

📋 copy color: '#430741'

red 67 ◦ green 7 ◦ blue 65

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

Shades of Mardi Gras #430741

Tints of Mardi Gras #430741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 46.76%

R = 48.2%
G = 5.04%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#430741 (or 0x430741) is known color: Mardi Gras. HEX triplet: 43, 07 and 41. RGB value is (67,7,65). Sum of RGB (Red+Green+Blue) = 67+7+65=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #430741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430741 is #BCF8BE. Grayscale: #1F1F1F. Windows color (decimal): -12384447 or 4261699. OLE color: 4261699.

HSL color Cylindrical-coordinate representation of color #430741: hue angle of 302º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430741 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 7 65 -
CMYK 0 0.90 0.03 0.74
HSL 302º 0.81% 0.15% -
HSV(B) 302º 0.9% 0.26% -
XYZ 3.34 1.73 5.16 -
YUV 31.55 146.88 153.28 -
System Red Green Blue C M Y K H S L
Decimal 67 7 65 0 0.90 0.03 0.74 302 0.81 0.15
Hex 43 7 41 0 5A 3 4A 12E 51 F
Octal 103 7 101 0 132 3 112 456 121 17
Binary 1000011 111 1000001 0 1011010 11 1001010 100101110 1010001 1111

Color Harmonies of #430741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430741

Black with #430741

Text Example


Text Example

White with #430741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430741; }

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

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

background-color css

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

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

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

border-color css

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

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

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