#341363

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

Shades of Christalle #341363

Tints of Christalle #341363

Color information

#341363 (or 0x341363) is unknown color: approx Christalle. HEX triplet: 34, 13 and 63. RGB value is (52,19,99). Sum of RGB (Red+Green+Blue) = 52+19+99=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #341363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341363 is #CBEC9C. Grayscale: #252525. Windows color (decimal): -13364381 or 6492980. OLE color: 6492980.

HSL color Cylindrical-coordinate representation of color #341363: hue angle of 264.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341363 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB521999-
CMYK0.470.8100.61
HSL264.75º67.8%23.14%-
HSV(B)264.75º80.81%38.82%-
XYZ3.92.112-
YUV37.99162.43138-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=30.59%
G=11.18%
B=58.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5219990.470.8100.61264.7567.823.14
Hex3413632F5103D1094417
Octal64231435712107541110427
Binary11010010011110001110111110100010111101100001001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341363; }

 p { color: rgb(52,19,99); }

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

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

 a { background-color: rgb(52,19,99); }

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

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

 span { border-color: rgb(52,19,99); }

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