#341A59

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

Shades of Christalle #341A59

Tints of Christalle #341A59

Color information

#341A59 (or 0x341A59) is unknown color: approx Christalle. HEX triplet: 34, 1A and 59. RGB value is (52,26,89). Sum of RGB (Red+Green+Blue) = 52+26+89=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #341A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A59 is #CBE5A6. Grayscale: #282828. Windows color (decimal): -13362599 or 5839412. OLE color: 5839412.

HSL color Cylindrical-coordinate representation of color #341A59: hue angle of 264.76º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341A59 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB522689-
CMYK0.420.7100.65
HSL264.76º54.78%22.55%-
HSV(B)264.76º70.79%34.9%-
XYZ3.592.199.68-
YUV40.96155.11135.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=31.14%
G=15.57%
B=53.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5226890.420.7100.65264.7654.7822.55
Hex341A592A470411093717
Octal64321315210701014116727
Binary11010011010101100110101010001110100000110000100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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