#341168

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

Shades of Christalle #341168

Tints of Christalle #341168

Color information

#341168 (or 0x341168) is unknown color: approx Christalle. HEX triplet: 34, 11 and 68. RGB value is (52,17,104). Sum of RGB (Red+Green+Blue) = 52+17+104=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #341168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341168 is #CBEE97. Grayscale: #252525. Windows color (decimal): -13364888 or 6820148. OLE color: 6820148.

HSL color Cylindrical-coordinate representation of color #341168: hue angle of 264.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341168 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5217104-
CMYK0.500.8400.59
HSL264.14º71.9%23.73%-
HSV(B)264.14º83.65%40.78%-
XYZ4.122.1313.29-
YUV37.38165.6138.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=30.06%
G=9.83%
B=60.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52171040.500.8400.59264.1471.923.73
Hex341168325403B1084818
Octal64211506212407341011030
Binary11010010001110100011001010101000111011100001000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341168; }

 p { color: rgb(52,17,104); }

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

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

 a { background-color: rgb(52,17,104); }

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

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

 span { border-color: rgb(52,17,104); }

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