#340562

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

Shades of Christalle #340562

Tints of Christalle #340562

Color information

#340562 (or 0x340562) is unknown color: approx Christalle. HEX triplet: 34, 05 and 62. RGB value is (52,5,98). Sum of RGB (Red+Green+Blue) = 52+5+98=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #340562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340562 is #CBFA9D. Grayscale: #1D1D1D. Windows color (decimal): -13367966 or 6423860. OLE color: 6423860.

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

Color convert

RGB52598-
CMYK0.470.9500.62
HSL270.32º90.29%20.2%-
HSV(B)270.32º94.9%38.43%-
XYZ3.681.7211.69-
YUV29.66166.57143.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=33.55%
G=3.23%
B=63.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal525980.470.9500.62270.3290.2920.2
Hex345622F5F03E10e5a14
Octal6451425713707641613224
Binary110100101110001010111110111110111110100001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340562; }

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

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

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

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

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

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

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

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