#341D5D

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

Shades of Christalle #341D5D

Tints of Christalle #341D5D

Color information

#341D5D (or 0x341D5D) is unknown color: approx Christalle. HEX triplet: 34, 1D and 5D. RGB value is (52,29,93). Sum of RGB (Red+Green+Blue) = 52+29+93=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #341D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D5D is #CBE2A2. Grayscale: #2A2A2A. Windows color (decimal): -13361827 or 6102324. OLE color: 6102324.

HSL color Cylindrical-coordinate representation of color #341D5D: hue angle of 261.56º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341D5D is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB522993-
CMYK0.440.6900.64
HSL261.56º52.46%23.92%-
HSV(B)261.56º68.82%36.47%-
XYZ3.832.410.62-
YUV43.17156.12134.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=29.89%
G=16.67%
B=53.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5229930.440.6900.64261.5652.4623.92
Hex341D5D2C450401063418
Octal64351355410501004066430
Binary11010011101101110110110010001010100000010000011011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341D5D; }

 p { color: rgb(52,29,93); }

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

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

 a { background-color: rgb(52,29,93); }

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

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

 span { border-color: rgb(52,29,93); }

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