Html Css Color HEX #431342 Mardi Gras

📋 copy color: '#431342'

red 67 ◦ green 19 ◦ blue 66

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

Shades of Mardi Gras #431342

Tints of Mardi Gras #431342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 44.08%
G = 12.5%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#431342 (or 0x431342) is known color: Mardi Gras. HEX triplet: 43, 13 and 42. RGB value is (67,19,66). Sum of RGB (Red+Green+Blue) = 67+19+66=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #431342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431342 is #BCECBD. Grayscale: #262626. Windows color (decimal): -12381374 or 4330307. OLE color: 4330307.

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

Color convert

RGB 67 19 66 -
CMYK 0 0.72 0.01 0.74
HSL 301.25º 0.56% 0.17% -
HSV(B) 301.25º 0.72% 0.26% -
XYZ 3.53 2.05 5.36 -
YUV 38.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 67 19 66 0 0.72 0.01 0.74 301.25 0.56 0.17
Hex 43 13 42 0 48 1 4A 12D 38 11
Octal 103 23 102 0 110 1 112 455 70 21
Binary 1000011 10011 1000010 0 1001000 1 1001010 100101101 111000 10001

Color Harmonies of #431342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431342

Black with #431342

Text Example


Text Example

White with #431342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431342; }

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

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

background-color css

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

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

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

border-color css

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

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

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