#341553

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

Shades of Christalle #341553

Tints of Christalle #341553

Color information

#341553 (or 0x341553) is unknown color: approx Christalle. HEX triplet: 34, 15 and 53. RGB value is (52,21,83). Sum of RGB (Red+Green+Blue) = 52+21+83=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #341553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341553 is #CBEAAC. Grayscale: #252525. Windows color (decimal): -13363885 or 5444916. OLE color: 5444916.

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

Color convert

RGB522183-
CMYK0.370.7500.67
HSL270º59.62%20.39%-
HSV(B)270º74.7%32.55%-
XYZ3.251.898.38-
YUV37.34153.77138.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=33.33%
G=13.46%
B=53.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5221830.370.7500.6727059.6220.39
Hex341553254B04310e3c14
Octal64251234511301034167424
Binary11010010101101001110010110010110100001110000111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341553; }

 p { color: rgb(52,21,83); }

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

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

 a { background-color: rgb(52,21,83); }

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

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

 span { border-color: rgb(52,21,83); }

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