#341959

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

Shades of Christalle #341959

Tints of Christalle #341959

Color information

#341959 (or 0x341959) is unknown color: approx Christalle. HEX triplet: 34, 19 and 59. RGB value is (52,25,89). Sum of RGB (Red+Green+Blue) = 52+25+89=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #341959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341959 is #CBE6A6. Grayscale: #282828. Windows color (decimal): -13362855 or 5839156. OLE color: 5839156.

HSL color Cylindrical-coordinate representation of color #341959: hue angle of 265.31º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #341959 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB522589-
CMYK0.420.7200.65
HSL265.31º56.14%22.35%-
HSV(B)265.31º71.91%34.9%-
XYZ3.572.159.68-
YUV40.37155.45136.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=31.33%
G=15.06%
B=53.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5225890.420.7200.65265.3156.1422.35
Hex3419592A480411093816
Octal64311315211001014117026
Binary11010011001101100110101010010000100000110000100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341959; }

 p { color: rgb(52,25,89); }

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

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

 a { background-color: rgb(52,25,89); }

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

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

 span { border-color: rgb(52,25,89); }

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