#341455

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

Shades of Christalle #341455

Tints of Christalle #341455

Color information

#341455 (or 0x341455) is unknown color: approx Christalle. HEX triplet: 34, 14 and 55. RGB value is (52,20,85). Sum of RGB (Red+Green+Blue) = 52+20+85=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #341455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341455 is #CBEBAA. Grayscale: #242424. Windows color (decimal): -13364139 or 5575732. OLE color: 5575732.

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

Color convert

RGB522085-
CMYK0.390.7600.67
HSL269.54º61.9%20.59%-
HSV(B)269.54º76.47%33.33%-
XYZ3.311.898.78-
YUV36.98155.1138.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=33.12%
G=12.74%
B=54.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5220850.390.7600.67269.5461.920.59
Hex341455274C04310e3e15
Octal64241254711401034167625
Binary11010010100101010110011110011000100001110000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341455; }

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

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

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

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

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

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

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

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