#341056

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

Shades of Christalle #341056

Tints of Christalle #341056

Color information

#341056 (or 0x341056) is unknown color: approx Christalle. HEX triplet: 34, 10 and 56. RGB value is (52,16,86). Sum of RGB (Red+Green+Blue) = 52+16+86=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 86 (33.98% from 255 or 55.84% from 154); Max value from RGB is 86 - color contains mainly: blue. Hex color #341056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341056 is #CBEFA9. Grayscale: #222222. Windows color (decimal): -13365162 or 5640244. OLE color: 5640244.

HSL color Cylindrical-coordinate representation of color #341056: hue angle of 270.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341056 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB521686-
CMYK0.400.8100.66
HSL270.86º68.63%20%-
HSV(B)270.86º81.4%33.73%-
XYZ3.281.778.97-
YUV34.74156.93140.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 86 (33.98% from 255) = 55.84%
R=33.77%
G=10.39%
B=55.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5216860.400.8100.66270.8668.6320
Hex341056285104210f4514
Octal642012650121010241710524
Binary110100100001010110101000101000101000010100001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341056; }

 p { color: rgb(52,16,86); }

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

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

 a { background-color: rgb(52,16,86); }

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

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

 span { border-color: rgb(52,16,86); }

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