#341554

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

Shades of Christalle #341554

Tints of Christalle #341554

Color information

#341554 (or 0x341554) is unknown color: approx Christalle. HEX triplet: 34, 15 and 54. RGB value is (52,21,84). Sum of RGB (Red+Green+Blue) = 52+21+84=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #341554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341554 is #CBEAAB. Grayscale: #252525. Windows color (decimal): -13363884 or 5510452. OLE color: 5510452.

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

Color convert

RGB522184-
CMYK0.380.7500.67
HSL269.52º60%20.59%-
HSV(B)269.52º75%32.94%-
XYZ3.281.918.58-
YUV37.45154.27138.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=33.12%
G=13.38%
B=53.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5221840.380.7500.67269.526020.59
Hex341554264B04310e3c15
Octal64251244611301034167425
Binary11010010101101010010011010010110100001110000111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341554; }

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

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

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

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

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

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

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

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