#340D61

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

Shades of Christalle #340D61

Tints of Christalle #340D61

Color information

#340D61 (or 0x340D61) is unknown color: approx Christalle. HEX triplet: 34, 0D and 61. RGB value is (52,13,97). Sum of RGB (Red+Green+Blue) = 52+13+97=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #340D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340D61 is #CBF29E. Grayscale: #212121. Windows color (decimal): -13365919 or 6360372. OLE color: 6360372.

HSL color Cylindrical-coordinate representation of color #340D61: hue angle of 267.86º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #340D61 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB521397-
CMYK0.460.8700.62
HSL267.86º76.36%21.57%-
HSV(B)267.86º86.6%38.04%-
XYZ3.721.8811.48-
YUV34.24163.42140.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.10%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 97 (38.28% from 255) = 59.88%
R=32.10%
G=8.02%
B=59.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5213970.460.8700.62267.8676.3621.57
Hex34D612E5703E10c4c16
Octal64151415612707641411426
Binary1101001101110000110111010101110111110100001100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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