#341565

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

Shades of Christalle #341565

Tints of Christalle #341565

Color information

#341565 (or 0x341565) is unknown color: approx Christalle. HEX triplet: 34, 15 and 65. RGB value is (52,21,101). Sum of RGB (Red+Green+Blue) = 52+21+101=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #341565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341565 is #CBEA9A. Grayscale: #272727. Windows color (decimal): -13363867 or 6624564. OLE color: 6624564.

HSL color Cylindrical-coordinate representation of color #341565: hue angle of 263.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341565 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5221101-
CMYK0.490.7900.60
HSL263.25º65.57%23.92%-
HSV(B)263.25º79.21%39.61%-
XYZ4.032.2112.53-
YUV39.39162.77137-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 101 (39.84% from 255) = 58.05%
R=29.89%
G=12.07%
B=58.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52211010.490.7900.60263.2565.5723.92
Hex341565314F03C1074218
Octal64251456111707440710230
Binary11010010101110010111000110011110111100100000111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341565; }

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

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

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

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

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

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

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

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