#341158

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

Shades of Christalle #341158

Tints of Christalle #341158

Color information

#341158 (or 0x341158) is unknown color: approx Christalle. HEX triplet: 34, 11 and 58. RGB value is (52,17,88). Sum of RGB (Red+Green+Blue) = 52+17+88=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #341158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341158 is #CBEEA7. Grayscale: #232323. Windows color (decimal): -13364904 or 5771572. OLE color: 5771572.

HSL color Cylindrical-coordinate representation of color #341158: hue angle of 269.58º 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 #341158 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB521788-
CMYK0.410.8100.65
HSL269.58º67.62%20.59%-
HSV(B)269.58º80.68%34.51%-
XYZ3.381.849.41-
YUV35.56157.6139.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=33.12%
G=10.83%
B=56.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5217880.410.8100.65269.5867.6220.59
Hex341158295104110e4415
Octal642113051121010141610425
Binary110100100011011000101001101000101000001100001110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341158; }

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

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

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

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

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

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

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

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