#341155

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

Shades of Christalle #341155

Tints of Christalle #341155

Color information

#341155 (or 0x341155) is unknown color: approx Christalle. HEX triplet: 34, 11 and 55. RGB value is (52,17,85). Sum of RGB (Red+Green+Blue) = 52+17+85=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #341155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341155 is #CBEEAA. Grayscale: #222222. Windows color (decimal): -13364907 or 5574964. OLE color: 5574964.

HSL color Cylindrical-coordinate representation of color #341155: hue angle of 270.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341155 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB521785-
CMYK0.390.8000.67
HSL270.88º66.67%20%-
HSV(B)270.88º80%33.33%-
XYZ3.261.798.77-
YUV35.22156.1139.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=33.77%
G=11.04%
B=55.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5217850.390.8000.67270.8866.6720
Hex341155275004310f4314
Octal642112547120010341710324
Binary110100100011010101100111101000001000011100001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341155; }

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

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

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

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

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

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

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

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