#341255

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

Shades of Christalle #341255

Tints of Christalle #341255

Color information

#341255 (or 0x341255) is unknown color: approx Christalle. HEX triplet: 34, 12 and 55. RGB value is (52,18,85). Sum of RGB (Red+Green+Blue) = 52+18+85=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #341255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341255 is #CBEDAA. Grayscale: #232323. Windows color (decimal): -13364651 or 5575220. OLE color: 5575220.

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

Color convert

RGB521885-
CMYK0.390.7900.67
HSL270.45º65.05%20.2%-
HSV(B)270.45º78.82%33.33%-
XYZ3.271.828.77-
YUV35.8155.76139.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=33.55%
G=11.61%
B=54.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5218850.390.7900.67270.4565.0520.2
Hex341255274F04310e4114
Octal642212547117010341610124
Binary110100100101010101100111100111101000011100001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341255; }

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

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

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

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

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

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

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

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