#340639

Color #340639 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #340639

Tints of Mardi Gras #340639

Color information

#340639 (or 0x340639) is unknown color: approx Mardi Gras. HEX triplet: 34, 06 and 39. RGB value is (52,6,57). Sum of RGB (Red+Green+Blue) = 52+6+57=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #340639 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340639 is #CBF9C6. Grayscale: #191919. Windows color (decimal): -13367751 or 3737140. OLE color: 3737140.

HSL color Cylindrical-coordinate representation of color #340639: hue angle of 294.12º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #340639 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52657-
CMYK0.090.8900.78
HSL294.12º80.95%12.35%-
HSV(B)294.12º89.47%22.35%-
XYZ2.221.163.98-
YUV25.57145.74146.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=45.22%
G=5.22%
B=49.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal526570.090.8900.78294.1280.9512.35
Hex3463995904E12651c
Octal6467111131011644612114
Binary110100110111001100110110010100111010010011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340639; }

 p { color: rgb(52,6,57); }

 H1.HeaderClassName
 {
   color: #340639;
 }
 .AnyTagClassName
 {
   color: #340639;
 }
</style>
background-color css

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

 a { background-color: rgb(52,6,57); }

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

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

 span { border-color: rgb(52,6,57); }

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