#341562

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

Shades of Christalle #341562

Tints of Christalle #341562

Color information

#341562 (or 0x341562) is unknown color: approx Christalle. HEX triplet: 34, 15 and 62. RGB value is (52,21,98). Sum of RGB (Red+Green+Blue) = 52+21+98=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #341562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341562 is #CBEA9D. Grayscale: #262626. Windows color (decimal): -13363870 or 6427956. OLE color: 6427956.

HSL color Cylindrical-coordinate representation of color #341562: hue angle of 264.16º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341562 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB522198-
CMYK0.470.7900.62
HSL264.16º64.71%23.33%-
HSV(B)264.16º78.57%38.43%-
XYZ3.892.1511.76-
YUV39.05161.27137.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=30.41%
G=12.28%
B=57.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5221980.470.7900.62264.1664.7123.33
Hex3415622F4F03E1084117
Octal64251425711707641010127
Binary11010010101110001010111110011110111110100001000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341562; }

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

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

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

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

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

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

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

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