#340D59

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

Shades of Christalle #340D59

Tints of Christalle #340D59

Color information

#340D59 (or 0x340D59) is unknown color: approx Christalle. HEX triplet: 34, 0D and 59. RGB value is (52,13,89). Sum of RGB (Red+Green+Blue) = 52+13+89=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #340D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D59 is #CBF2A6. Grayscale: #212121. Windows color (decimal): -13365927 or 5836084. OLE color: 5836084.

HSL color Cylindrical-coordinate representation of color #340D59: hue angle of 270.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340D59 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB521389-
CMYK0.420.8500.65
HSL270.79º74.51%20%-
HSV(B)270.79º85.39%34.9%-
XYZ3.361.749.61-
YUV33.33159.42141.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 89 (35.16% from 255) = 57.79%
R=33.77%
G=8.44%
B=57.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5213890.420.8500.65270.7974.5120
Hex34D592A5504110f4b14
Octal641513152125010141711324
Binary11010011011011001101010101010101000001100001111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340D59; }

 p { color: rgb(52,13,89); }

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

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

 a { background-color: rgb(52,13,89); }

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

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

 span { border-color: rgb(52,13,89); }

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