#341159

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

Shades of Christalle #341159

Tints of Christalle #341159

Color information

#341159 (or 0x341159) is unknown color: approx Christalle. HEX triplet: 34, 11 and 59. RGB value is (52,17,89). Sum of RGB (Red+Green+Blue) = 52+17+89=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #341159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341159 is #CBEEA6. Grayscale: #232323. Windows color (decimal): -13364903 or 5837108. OLE color: 5837108.

HSL color Cylindrical-coordinate representation of color #341159: hue angle of 269.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341159 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB521789-
CMYK0.420.8100.65
HSL269.17º67.92%20.78%-
HSV(B)269.17º80.9%34.9%-
XYZ3.421.859.63-
YUV35.67158.1139.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=32.91%
G=10.76%
B=56.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5217890.420.8100.65269.1767.9220.78
Hex3411592A5104110d4415
Octal642113152121010141510425
Binary110100100011011001101010101000101000001100001101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341159; }

 p { color: rgb(52,17,89); }

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

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

 a { background-color: rgb(52,17,89); }

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

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

 span { border-color: rgb(52,17,89); }

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