#34216F

Color #34216F Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #34216F

Tints of Paris M #34216F

Color information

#34216F (or 0x34216F) is unknown color: approx Paris M. HEX triplet: 34, 21 and 6F. RGB value is (52,33,111). Sum of RGB (Red+Green+Blue) = 52+33+111=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #34216F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34216F is #CBDE90. Grayscale: #2F2F2F. Windows color (decimal): -13360785 or 7282996. OLE color: 7282996.

HSL color Cylindrical-coordinate representation of color #34216F: hue angle of 254.62º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34216F is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5233111-
CMYK0.530.7000.56
HSL254.62º54.17%28.24%-
HSV(B)254.62º70.27%43.53%-
XYZ4.832.9715.36-
YUV47.57163.79131.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=26.53%
G=16.84%
B=56.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52331110.530.7000.56254.6254.1728.24
Hex34216F3546038ff361c
Octal6441157651060703776634
Binary1101001000011101111110101100011001110001111111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34216F; }

 p { color: rgb(52,33,111); }

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

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

 a { background-color: rgb(52,33,111); }

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

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

 span { border-color: rgb(52,33,111); }

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