#341963

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

Shades of Christalle #341963

Tints of Christalle #341963

Color information

#341963 (or 0x341963) is unknown color: approx Christalle. HEX triplet: 34, 19 and 63. RGB value is (52,25,99). Sum of RGB (Red+Green+Blue) = 52+25+99=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #341963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341963 is #CBE69C. Grayscale: #292929. Windows color (decimal): -13362845 or 6494516. OLE color: 6494516.

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

Color convert

RGB522599-
CMYK0.470.7500.61
HSL261.89º59.68%24.31%-
HSV(B)261.89º74.75%38.82%-
XYZ4.022.3312.04-
YUV41.51160.45135.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=29.55%
G=14.20%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5225990.470.7500.61261.8959.6824.31
Hex3419632F4B03D1063c18
Octal6431143571130754067430
Binary1101001100111000111011111001011011110110000011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341963; }

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

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

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

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

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

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

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

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